blob: f73c9e573965eac9dd99f584e2846c4cefeb919b [file] [log] [blame]
# Copyright 2020 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="This crate provides epoch-based garbage collection for building concurrent data structures"
HOMEPAGE="https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch"
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/cfg-if-0.1*:=
=dev-rust/const_fn-0.4*:=
=dev-rust/crossbeam-utils-0.8*:=
>=dev-rust/memoffset-0.5.4:= <dev-rust/memoffset-0.6.0
>=dev-rust/scopeguard-1.1.0:= <dev-rust/scopeguard-2.0.0
=dev-rust/lazy_static-1*:=
"