blob: e71e513231c7b2cd4d9003e30a96f6050f81ea5a [file] [log] [blame]
Jeff Vander Stoep7023f2b2022-12-13 14:21:23 +01001# 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
Chih-Hung Hsiehe42c5052020-04-16 10:44:21 -07005name: "regex"
Chih-Hung Hsieh3364aa22020-10-12 00:51:04 -07006description: "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs."
Chih-Hung Hsiehe42c5052020-04-16 10:44:21 -07007third_party {
8 url {
9 type: HOMEPAGE
10 value: "https://crates.io/crates/regex"
11 }
12 url {
Chih-Hung Hsiehdb8096e2020-08-25 20:49:26 -070013 type: ARCHIVE
Jeff Vander Stoep7023f2b2022-12-13 14:21:23 +010014 value: "https://static.crates.io/crates/regex/regex-1.7.0.crate"
Chih-Hung Hsiehe42c5052020-04-16 10:44:21 -070015 }
Jeff Vander Stoep7023f2b2022-12-13 14:21:23 +010016 version: "1.7.0"
Chih-Hung Hsiehe42c5052020-04-16 10:44:21 -070017 license_type: NOTICE
18 last_upgrade_date {
Jeff Vander Stoep7023f2b2022-12-13 14:21:23 +010019 year: 2022
20 month: 12
21 day: 13
Chih-Hung Hsiehe42c5052020-04-16 10:44:21 -070022 }
23}