blob: dd60acc2bc1f8d23c16ffffa0f1a11ab53802f29 [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='Constant-time hex and base64 codecs from libsodium reimplemented in Rust'
HOMEPAGE='https://github.com/jedisct1/rust-ct-codecs'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="MIT"
SLOT="${PV}/${PR}"
KEYWORDS="*"
# This file was automatically generated by cargo2ebuild.py