blob: 7e6065e1fd56d9b16b33957df61412cf968a479c [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="Beautiful diagnostic reporting for text-based programming languages"
HOMEPAGE="https://crates.io/crates/codespan-reporting"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="Apache-2.0"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
>=dev-rust/serde-1:= <dev-rust/serde-2
>=dev-rust/termcolor-1:= <dev-rust/termcolor-2
>=dev-rust/unicode-width-0.1:= <dev-rust/unicode-width-0.2
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py