blob: 718130073d19b557d2755f326a7d729c33419597 [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
# error: could not compile `codespan-reporting`
RESTRICT="test"