blob: 04792556d09665b7ad6cf372ef8a682bc2bdc7ea [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='Lossless fractions and decimals; drop-in float replacement'
HOMEPAGE='https://github.com/dnsl48/fraction.git'
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/byteorder-1*:=
=dev-rust/bytes-1*:=
=dev-rust/juniper-0.15*:=
>=dev-rust/lazy_static-1.1.0 <dev-rust/lazy_static-2.0.0_alpha:=
=dev-rust/num-0.2*:=
=dev-rust/postgres-types-0.2*:=
=dev-rust/serde-1*:=
=dev-rust/serde_derive-1*:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py