blob: 5f2f893a417c5de914d6ef80da49a6ed67f88da4 [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
CROS_RUST_REMOVE_TARGET_CFG=1
inherit cros-rust
DESCRIPTION='An advanced API for creating custom synchronization primitives.'
HOMEPAGE='https://crates.io/crates/parking_lot_core'
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/backtrace-0.3.60 <dev-rust/backtrace-0.4.0_alpha:=
=dev-rust/cfg-if-1*:=
=dev-rust/petgraph-0.6*:=
>=dev-rust/smallvec-1.6.1 <dev-rust/smallvec-2.0.0_alpha:=
=dev-rust/thread-id-4*:=
>=dev-rust/libc-0.2.95 <dev-rust/libc-0.3.0_alpha:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py