blob: 58f2e387f1190e7e92f3d5ed6498bc4987f73a14 [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='"AsSlice" and "AsMutSlice" traits'
HOMEPAGE='https://crates.io/crates/as-slice'
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/generic-array-0.13.3:0.13.3=
=dev-rust/generic-array-0.14.4:0.14.4=
=dev-rust/generic-array-0.12.4:0.12.4=
>=dev-rust/stable_deref_trait-1.1.1:= <dev-rust/stable_deref_trait-2.0.0
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py