blob: 8fdc84ea7b520a4e63256c7613f7554518d1a95a [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"
inherit cros-rust
DESCRIPTION='"tinyvec" provides 100% safe vec-like data structures.'
HOMEPAGE='https://crates.io/crates/tinyvec'
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/arbitrary-1*:=
=dev-rust/serde-1*:=
=dev-rust/tinyvec_macros-0.1*:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py