blob: fad9cc0040af2a3df33ebc3a8d44a8840cc06693 [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='Spin-based synchronization primitives'
HOMEPAGE='https://crates.io/crates/spin'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="MIT"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
=dev-rust/lock_api-0.4*:=
=dev-rust/portable-atomic-0.3*:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py