blob: 03b539f72cfdbf338e5f7787fa05db95180a2237 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit cros-rust
DESCRIPTION="Channels for asynchronous communication using futures-rs."
HOMEPAGE="https://github.com/rust-lang-nursery/futures-rs"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
>=dev-rust/futures-core-0.3.1:= <dev-rust/futures-core-0.4
>=dev-rust/futures-sink-0.3.1:= <dev-rust/futures-sink-0.4
"