]> git.proxmox.com Git - rustc.git/blob - vendor/regex-automata/Cargo.toml
New upstream version 1.55.0+dfsg1
[rustc.git] / vendor / regex-automata / 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 = "regex-automata"
15 version = "0.1.10"
16 authors = ["Andrew Gallant <jamslam@gmail.com>"]
17 exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"]
18 autoexamples = false
19 autotests = false
20 description = "Automata construction and matching using regular expressions."
21 homepage = "https://github.com/BurntSushi/regex-automata"
22 documentation = "https://docs.rs/regex-automata"
23 readme = "README.md"
24 keywords = ["regex", "dfa", "automata", "automaton", "nfa"]
25 categories = ["text-processing"]
26 license = "Unlicense/MIT"
27 repository = "https://github.com/BurntSushi/regex-automata"
28 [profile.bench]
29 debug = true
30
31 [profile.dev]
32 opt-level = 3
33 debug = true
34
35 [profile.release]
36 debug = true
37
38 [profile.test]
39 opt-level = 3
40 debug = true
41
42 [lib]
43 bench = false
44
45 [[test]]
46 name = "default"
47 path = "tests/tests.rs"
48 [dependencies.fst]
49 version = "0.4.0"
50 optional = true
51
52 [dependencies.regex-syntax]
53 version = "0.6.16"
54 optional = true
55 [dev-dependencies.bstr]
56 version = "0.2"
57 features = ["std"]
58 default-features = false
59
60 [dev-dependencies.lazy_static]
61 version = "1.2.0"
62
63 [dev-dependencies.regex]
64 version = "1.1"
65
66 [dev-dependencies.serde]
67 version = "1.0.82"
68
69 [dev-dependencies.serde_bytes]
70 version = "0.11"
71
72 [dev-dependencies.serde_derive]
73 version = "1.0.82"
74
75 [dev-dependencies.toml]
76 version = "0.4.10"
77
78 [features]
79 default = ["std"]
80 std = ["regex-syntax"]
81 transducer = ["std", "fst"]
82 [badges.appveyor]
83 repository = "BurntSushi/regex-automata"
84
85 [badges.travis-ci]
86 repository = "BurntSushi/regex-automata"