]> git.proxmox.com Git - cargo.git/blob - vendor/aho-corasick/Cargo.toml
a0c306a6f291b374e8af037b9b07fc5f52825fa5
[cargo.git] / vendor / aho-corasick / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "aho-corasick"
15 version = "0.7.13"
16 authors = ["Andrew Gallant <jamslam@gmail.com>"]
17 exclude = ["/aho-corasick-debug", "/ci/*", "/.travis.yml", "/appveyor.yml"]
18 autotests = false
19 description = "Fast multiple substring searching."
20 homepage = "https://github.com/BurntSushi/aho-corasick"
21 readme = "README.md"
22 keywords = ["string", "search", "text", "aho", "multi"]
23 categories = ["text-processing"]
24 license = "Unlicense/MIT"
25 repository = "https://github.com/BurntSushi/aho-corasick"
26 [profile.bench]
27 debug = true
28
29 [profile.release]
30 debug = true
31
32 [lib]
33 name = "aho_corasick"
34 [dependencies.memchr]
35 version = "2.2.0"
36 default-features = false
37 [dev-dependencies.doc-comment]
38 version = "0.3.1"
39
40 [features]
41 default = ["std"]
42 std = ["memchr/use_std"]