blob: dc3bf79a56cb46787ed3eb00055f5864eade58a1 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit cros-rust
DESCRIPTION="Encoder and decoder for HTTP chunked transfer coding (RFC 7230 ยง 4.1)"
HOMEPAGE="https://docs.rs/crate/chunked_transfer/"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="Apache-2.0"
SLOT="${PV}/${PR}"
KEYWORDS="*"