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