blob: 42f502232c31a736fb5654c48caad9d39f8fdf4d [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='Framework for writing D-Bus method handlers'
HOMEPAGE='https://crates.io/crates/dbus-crossroads'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( Apache-2.0 MIT )"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
>=dev-rust/dbus-0.9.3:= <dev-rust/dbus-0.10.0_alpha
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py