Jeff Vander Stoep | 7023f2b | 2022-12-13 14:21:23 +0100 | [diff] [blame] | 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 | |
Chih-Hung Hsieh | e42c505 | 2020-04-16 10:44:21 -0700 | [diff] [blame] | 5 | name: "regex" |
Chih-Hung Hsieh | 3364aa2 | 2020-10-12 00:51:04 -0700 | [diff] [blame] | 6 | description: "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs." |
Chih-Hung Hsieh | e42c505 | 2020-04-16 10:44:21 -0700 | [diff] [blame] | 7 | third_party { |
| 8 | url { |
| 9 | type: HOMEPAGE |
| 10 | value: "https://crates.io/crates/regex" |
| 11 | } |
| 12 | url { |
Chih-Hung Hsieh | db8096e | 2020-08-25 20:49:26 -0700 | [diff] [blame] | 13 | type: ARCHIVE |
Jeff Vander Stoep | 7023f2b | 2022-12-13 14:21:23 +0100 | [diff] [blame] | 14 | value: "https://static.crates.io/crates/regex/regex-1.7.0.crate" |
Chih-Hung Hsieh | e42c505 | 2020-04-16 10:44:21 -0700 | [diff] [blame] | 15 | } |
Jeff Vander Stoep | 7023f2b | 2022-12-13 14:21:23 +0100 | [diff] [blame] | 16 | version: "1.7.0" |
Chih-Hung Hsieh | e42c505 | 2020-04-16 10:44:21 -0700 | [diff] [blame] | 17 | license_type: NOTICE |
| 18 | last_upgrade_date { |
Jeff Vander Stoep | 7023f2b | 2022-12-13 14:21:23 +0100 | [diff] [blame] | 19 | year: 2022 |
| 20 | month: 12 |
| 21 | day: 13 |
Chih-Hung Hsieh | e42c505 | 2020-04-16 10:44:21 -0700 | [diff] [blame] | 22 | } |
| 23 | } |