blob: 03d1501347dedf4ee3cde084812a6acd489116a8 [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
inherit cros-rust
DESCRIPTION='A wrapper over a platform"s native TLS implementation'
HOMEPAGE='https://crates.io/crates/native-tls'
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/lazy_static-1*:=
=dev-rust/libc-0.2*:=
>=dev-rust/security-framework-0.3.1:= <dev-rust/security-framework-0.4.0_alpha
>=dev-rust/security-framework-sys-0.3.1:= <dev-rust/security-framework-sys-0.4.0_alpha
=dev-rust/tempfile-3*:=
>=dev-rust/log-0.4.5:= <dev-rust/log-0.5.0_alpha
>=dev-rust/openssl-0.10.15:= <dev-rust/openssl-0.11.0_alpha
=dev-rust/openssl-probe-0.1*:=
>=dev-rust/openssl-sys-0.9.30:= <dev-rust/openssl-sys-0.10.0_alpha
>=dev-rust/schannel-0.1.13:= <dev-rust/schannel-0.2.0_alpha
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py