Chih-Hung Hsieh | 2e48ab0 | 2020-07-12 14:44:37 -0700 | [diff] [blame] | 1 | // This file is generated by cargo2android.py --run --dependencies. |
Chih-Hung Hsieh | 415d011 | 2020-04-17 21:14:41 -0700 | [diff] [blame] | 2 | |
Matthew Maurer | e6b37cf | 2020-07-06 13:34:19 -0700 | [diff] [blame] | 3 | rust_library_host { |
Chih-Hung Hsieh | 415d011 | 2020-04-17 21:14:41 -0700 | [diff] [blame] | 4 | name: "libregex", |
Haibo Huang | 47619dd | 2021-01-08 17:05:43 -0800 | [diff] [blame^] | 5 | // has rustc warnings |
Chih-Hung Hsieh | 415d011 | 2020-04-17 21:14:41 -0700 | [diff] [blame] | 6 | crate_name: "regex", |
| 7 | srcs: ["src/lib.rs"], |
| 8 | edition: "2015", |
| 9 | features: [ |
| 10 | "aho-corasick", |
| 11 | "default", |
| 12 | "memchr", |
| 13 | "perf", |
| 14 | "perf-cache", |
| 15 | "perf-dfa", |
| 16 | "perf-inline", |
| 17 | "perf-literal", |
| 18 | "std", |
| 19 | "thread_local", |
| 20 | "unicode", |
| 21 | "unicode-age", |
| 22 | "unicode-bool", |
| 23 | "unicode-case", |
| 24 | "unicode-gencat", |
| 25 | "unicode-perl", |
| 26 | "unicode-script", |
| 27 | "unicode-segment", |
| 28 | ], |
Matthew Maurer | e6b37cf | 2020-07-06 13:34:19 -0700 | [diff] [blame] | 29 | rustlibs: [ |
Chih-Hung Hsieh | 415d011 | 2020-04-17 21:14:41 -0700 | [diff] [blame] | 30 | "libaho_corasick", |
| 31 | "libmemchr", |
| 32 | "libregex_syntax", |
| 33 | "libthread_local", |
| 34 | ], |
| 35 | } |
| 36 | |
| 37 | // dependent_library ["feature_list"] |
Haibo Huang | 47619dd | 2021-01-08 17:05:43 -0800 | [diff] [blame^] | 38 | // aho-corasick-0.7.15 "default,std" |
Chih-Hung Hsieh | 415d011 | 2020-04-17 21:14:41 -0700 | [diff] [blame] | 39 | // lazy_static-1.4.0 |
Haibo Huang | 1d704cd | 2020-11-02 18:46:32 -0800 | [diff] [blame] | 40 | // memchr-2.3.4 "default,std,use_std" |
Haibo Huang | 47619dd | 2021-01-08 17:05:43 -0800 | [diff] [blame^] | 41 | // regex-syntax-0.6.22 "default,unicode,unicode-age,unicode-bool,unicode-case,unicode-gencat,unicode-perl,unicode-script,unicode-segment" |
| 42 | // thread_local-1.1.0 |