blob: aee92b641beee1c1d1d601d3f57d8ef8fc24c4b9 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit cros-rust
DESCRIPTION="A compact encoder / decoder pair that uses a binary zero-fluff encoding scheme"
HOMEPAGE="https://github.com/TyOverby/bincode"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="MIT"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
=dev-rust/autocfg-0.1*:=
=dev-rust/byteorder-1.3*:=
>=dev-rust/serde-1.0.63:=
>=dev-rust/serde_bytes-0.10.3:=
>=dev-rust/serde_derive-1.0.27:=
"