blob: 9952dce13d7c4f3fa8b28acfe66a85bd6d3846d6 [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='A small, self-contained, wasm-friendly Ed25519 implementation'
HOMEPAGE='https://github.com/jedisct1/rust-ed25519-compact'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="ISC"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
>=dev-rust/ct-codecs-1.1.0 <dev-rust/ct-codecs-2.0.0_alpha:=
>=dev-rust/ed25519-1.2.0 <dev-rust/ed25519-2.0.0_alpha:=
=dev-rust/getrandom-0.2*:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py