blob: e49c3bf94e08b5824461826a8be5aa19d0d4139c [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
CROS_RUST_REMOVE_TARGET_CFG=1
inherit cros-rust
DESCRIPTION='A library for managing temporary files and directories.'
HOMEPAGE='http://stebalien.com/projects/tempfile-rs'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
=dev-rust/cfg-if-1*:=
=dev-rust/rand-0.8*:=
=dev-rust/remove_dir_all-0.5*:=
>=dev-rust/libc-0.2.27:= <dev-rust/libc-0.3.0_alpha
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py