blob: 2404ca546a34b5e15482d420383cf9639ab567ee [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='Derive-based argument parser optimized for code size'
HOMEPAGE='https://crates.io/crates/argh'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="BSD"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
>=dev-rust/argh_derive-0.1.7 <dev-rust/argh_derive-0.2.0_alpha:=
>=dev-rust/argh_shared-0.1.7 <dev-rust/argh_shared-0.2.0_alpha:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py