blob: f22f24f3a3daf36931ad26946f2e97aa3ef751ab [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
CROS_RUST_REMOVE_DEV_DEPS=1
inherit cros-rust
DESCRIPTION="Derives for the failure crate"
HOMEPAGE="https://rust-lang-nursery.github.io/failure/"
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/proc-macro2-0.4*:=
=dev-rust/quote-0.6*:=
=dev-rust/syn-0.15*:=
=dev-rust/synstructure-0.10*:=
"