blob: a1cb7f50d3bbc982a53fa2ae2b852b30d5e9bbf2 [file] [log] [blame]
Allen Webb7ef7d6d2021-05-06 17:27:25 -05001# Copyright 2021 The Chromium OS Authors. All rights reserved.
2# Distributed under the terms of the GNU General Public License v2
3
4EAPI="7"
5
6CROS_RUST_REMOVE_DEV_DEPS=1
7CROS_RUST_REMOVE_TARGET_CFG=1
8
9inherit cros-rust
10
11DESCRIPTION="A safer binding to platform’s dynamic library loading utilities"
12HOMEPAGE="https://crates.io/crates/libloading"
13SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
14
15LICENSE="ISC"
16SLOT="${PV}/${PR}"
17KEYWORDS="*"
18
19DEPEND="
20 =dev-rust/cfg-if-1*:=
21"
22RDEPEND="${DEPEND}"
23
24# This file was automatically generated by cargo2ebuild.py