blob: d92ec7428127d0b2a53760d479c3ac592213b097 [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CROS_RUST_REMOVE_DEV_DEPS=1
inherit cros-rust
DESCRIPTION="Synchronization utilities."
HOMEPAGE="https://tokio.rs"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="MIT"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
>=dev-rust/fnv-1.0.6:= <dev-rust/fnv-2.0.0
>=dev-rust/futures-0.1.19:= <dev-rust/futures-0.2.0
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py