blob: 5b2cf9f2d4e160f802017bbb6ac5acfd410264d7 [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='Powerful library for word wrapping, indenting, and dedenting strings'
HOMEPAGE='https://crates.io/crates/textwrap'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="MIT"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
>=dev-rust/hyphenation-0.8.4 <dev-rust/hyphenation-0.9.0_alpha:=
>=dev-rust/smawk-0.3.1 <dev-rust/smawk-0.4.0_alpha:=
>=dev-rust/terminal_size-0.1.17 <dev-rust/terminal_size-0.2.0_alpha:=
>=dev-rust/unicode-linebreak-0.1.2 <dev-rust/unicode-linebreak-0.2.0_alpha:=
>=dev-rust/unicode-width-0.1.9 <dev-rust/unicode-width-0.2.0_alpha:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py