blob: bffeea6c039845774c64fb9487b3809ec932cd3e [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='Parse command line argument by defining a struct.'
HOMEPAGE='https://crates.io/crates/structopt'
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/clap-2.33.0 <dev-rust/clap-3.0.0_alpha:=
>=dev-rust/lazy_static-1.4.0 <dev-rust/lazy_static-2.0.0_alpha:=
=dev-rust/paw-1*:=
~dev-rust/structopt-derive-0.4.18:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py