blob: 7a2eec64e89852a33ff3911be53e88719e51e42a [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
CROS_RUST_REMOVE_DEV_DEPS=1
inherit cros-rust
DESCRIPTION="Fast multiple substring searching with finite state machines."
HOMEPAGE="https://docs.rs/crate/aho-corasick/"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="MIT"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
>=dev-rust/memchr-2.0.0:= <dev-rust/memchr-3.0.0
"