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.9" 16authors = ["Andrew Gallant <jamslam@gmail.com>"] 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.byteorder] 49version = "1.2.7" 50default-features = false 51 52[dependencies.fst] 53version = "0.4.0" 54optional = true 55 56[dependencies.regex-syntax] 57version = "0.6.16" 58optional = true 59[dev-dependencies.bstr] 60version = "0.2" 61features = ["std"] 62default-features = false 63 64[dev-dependencies.lazy_static] 65version = "1.2.0" 66 67[dev-dependencies.regex] 68version = "1.1" 69 70[dev-dependencies.serde] 71version = "1.0.82" 72 73[dev-dependencies.serde_bytes] 74version = "0.11" 75 76[dev-dependencies.serde_derive] 77version = "1.0.82" 78 79[dev-dependencies.toml] 80version = "0.4.10" 81 82[features] 83default = ["std"] 84std = ["regex-syntax"] 85transducer = ["std", "fst"] 86[badges.appveyor] 87repository = "BurntSushi/regex-automata" 88 89[badges.travis-ci] 90repository = "BurntSushi/regex-automata" 91