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