blob: 1e260d9b4262054e10b9047dd13e20f821c38f45 [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="Filesystem API for Tokio."
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/futures-0.1.21:= <dev-rust/futures-0.2.0
>=dev-rust/tokio-io-0.1.6:= <dev-rust/tokio-io-0.2.0
>=dev-rust/tokio-threadpool-0.1.3:= <dev-rust/tokio-threadpool-0.2.0
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py