• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This project was upgraded with external_updater.
2# Usage: tools/external_updater/updater.sh update rust/crates/regex
3# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
4
5name: "regex"
6description: "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs."
7third_party {
8  url {
9    type: HOMEPAGE
10    value: "https://crates.io/crates/regex"
11  }
12  url {
13    type: ARCHIVE
14    value: "https://static.crates.io/crates/regex/regex-1.7.3.crate"
15  }
16  version: "1.7.3"
17  license_type: NOTICE
18  last_upgrade_date {
19    year: 2023
20    month: 4
21    day: 3
22  }
23}
24