1name: "regex"
2description: "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs."
3third_party {
4  url {
5    type: HOMEPAGE
6    value: "https://crates.io/crates/regex"
7  }
8  url {
9    type: ARCHIVE
10    value: "https://static.crates.io/crates/regex/regex-1.4.5.crate"
11  }
12  version: "1.4.5"
13  license_type: NOTICE
14  last_upgrade_date {
15    year: 2021
16    month: 4
17    day: 1
18  }
19}
20