blob: 05284382e36adf1f8fd294e7ebb9735b80abb7e6 [file] [log] [blame]
# Copyright 2022 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='Per-object thread-local storage'
HOMEPAGE='https://crates.io/crates/thread_local'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( Apache-2.0 MIT )"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
>=dev-rust/criterion-0.3.3 <dev-rust/criterion-0.4.0_alpha:=
>=dev-rust/once_cell-1.5.2 <dev-rust/once_cell-2.0.0_alpha:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py