mirror of
https://gitee.com/openharmony/third_party_rust_aho-corasick
synced 2024-11-23 07:20:26 +00:00
parent
4bd157881a
commit
a5c037435c
@ -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.
|
||||
|
||||
[![Build status](https://github.com/BurntSushi/aho-corasick/workflows/ci/badge.svg)](https://github.com/BurntSushi/aho-corasick/actions)
|
||||
[![](https://meritbadge.herokuapp.com/aho-corasick)](https://crates.io/crates/aho-corasick)
|
||||
[![crates.io](https://img.shields.io/crates/v/aho-corasick.svg)](https://crates.io/crates/aho-corasick)
|
||||
|
||||
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user