blob: 663a944e2e1b9a1f26fb005763ee540508687025 [file] [log] [blame]
name: "regex"
description: "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs."
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/regex"
}
url {
type: ARCHIVE
value: "https://static.crates.io/crates/regex/regex-1.4.2.crate"
}
version: "1.4.2"
license_type: NOTICE
last_upgrade_date {
year: 2020
month: 11
day: 2
}
}