Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
86
third-party/vendor/regex-automata-0.1.10/Cargo.toml
vendored
Normal file
86
third-party/vendor/regex-automata-0.1.10/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||||
#
|
||||
# When uploading crates to the registry Cargo will automatically
|
||||
# "normalize" Cargo.toml files for maximal compatibility
|
||||
# with all versions of Cargo and also rewrite `path` dependencies
|
||||
# to registry (e.g., crates.io) dependencies
|
||||
#
|
||||
# If you believe there's an error in this file please file an
|
||||
# issue against the rust-lang/cargo repository. If you're
|
||||
# editing this file be aware that the upstream Cargo.toml
|
||||
# will likely look very different (and much more reasonable)
|
||||
|
||||
[package]
|
||||
name = "regex-automata"
|
||||
version = "0.1.10"
|
||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||
exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"]
|
||||
autoexamples = false
|
||||
autotests = false
|
||||
description = "Automata construction and matching using regular expressions."
|
||||
homepage = "https://github.com/BurntSushi/regex-automata"
|
||||
documentation = "https://docs.rs/regex-automata"
|
||||
readme = "README.md"
|
||||
keywords = ["regex", "dfa", "automata", "automaton", "nfa"]
|
||||
categories = ["text-processing"]
|
||||
license = "Unlicense/MIT"
|
||||
repository = "https://github.com/BurntSushi/regex-automata"
|
||||
[profile.bench]
|
||||
debug = true
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
debug = true
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
[profile.test]
|
||||
opt-level = 3
|
||||
debug = true
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
[[test]]
|
||||
name = "default"
|
||||
path = "tests/tests.rs"
|
||||
[dependencies.fst]
|
||||
version = "0.4.0"
|
||||
optional = true
|
||||
|
||||
[dependencies.regex-syntax]
|
||||
version = "0.6.16"
|
||||
optional = true
|
||||
[dev-dependencies.bstr]
|
||||
version = "0.2"
|
||||
features = ["std"]
|
||||
default-features = false
|
||||
|
||||
[dev-dependencies.lazy_static]
|
||||
version = "1.2.0"
|
||||
|
||||
[dev-dependencies.regex]
|
||||
version = "1.1"
|
||||
|
||||
[dev-dependencies.serde]
|
||||
version = "1.0.82"
|
||||
|
||||
[dev-dependencies.serde_bytes]
|
||||
version = "0.11"
|
||||
|
||||
[dev-dependencies.serde_derive]
|
||||
version = "1.0.82"
|
||||
|
||||
[dev-dependencies.toml]
|
||||
version = "0.4.10"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["regex-syntax"]
|
||||
transducer = ["std", "fst"]
|
||||
[badges.appveyor]
|
||||
repository = "BurntSushi/regex-automata"
|
||||
|
||||
[badges.travis-ci]
|
||||
repository = "BurntSushi/regex-automata"
|
||||
Loading…
Add table
Add a link
Reference in a new issue