blob: 1bab8bf1793550f128a69c6a4bd11f3fa31ea18c [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='A CMSIS-SVD base structures'
HOMEPAGE='https://crates.io/crates/svd-rs'
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/once_cell-1.8.0 <dev-rust/once_cell-2.0.0_alpha:=
=dev-rust/regex-1*:=
=dev-rust/serde-1*:=
>=dev-rust/thiserror-1.0.5 <dev-rust/thiserror-2.0.0_alpha:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py