mirror of
https://github.com/openharmony/third_party_rust_aho-corasick.git
synced 2026-07-01 06:48:28 -04:00
+2
-4
@@ -7,12 +7,10 @@ homepage = "https://github.com/BurntSushi/aho-corasick"
|
||||
repository = "https://github.com/BurntSushi/aho-corasick"
|
||||
readme = "README.md"
|
||||
keywords = ["string", "search", "text", "aho", "multi"]
|
||||
license = "Unlicense/MIT"
|
||||
license = "Unlicense OR MIT"
|
||||
categories = ["text-processing"]
|
||||
autotests = false
|
||||
exclude = [
|
||||
"/aho-corasick-debug", "/ci/*", "/.travis.yml", "/appveyor.yml",
|
||||
]
|
||||
exclude = ["/aho-corasick-debug"]
|
||||
edition = "2018"
|
||||
|
||||
[workspace]
|
||||
|
||||
@@ -9,7 +9,7 @@ Features include case insensitive matching, overlapping matches, fast searching
|
||||
via SIMD and optional full DFA construction and search & replace in streams.
|
||||
|
||||
[](https://github.com/BurntSushi/aho-corasick/actions)
|
||||
[](https://crates.io/crates/aho-corasick)
|
||||
[](https://crates.io/crates/aho-corasick)
|
||||
|
||||
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user