mirror of
https://github.com/openharmony/third_party_rust_aho-corasick.git
synced 2026-07-01 06:48:28 -04:00
0790e541ad
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
34 lines
745 B
JSON
34 lines
745 B
JSON
{
|
|
"name": "@ohos/rust_aho_corasick",
|
|
"description": "A string searching algorithm that efficiently searches for multiple patterns in a text string",
|
|
"version": "6.1",
|
|
"license": "MIT License",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/rust/crates/aho-corasick"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"readmePath": {
|
|
"en": "README.md"
|
|
},
|
|
"component": {
|
|
"name": "rust_aho_corasick",
|
|
"subsystem": "thirdparty",
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"deps": {
|
|
"components": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/rust/crates/aho-corasick:lib"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |