[go: up one dir, main page]

regex-automata 0.1.7

Automata construction and matching using regular expressions.
Documentation
# 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.7"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"]
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.test]
opt-level = 3
debug = true

[profile.bench]
debug = true

[profile.dev]
opt-level = 3
debug = true

[profile.release]
debug = true

[lib]
bench = false

[[test]]
name = "default"
path = "tests/tests.rs"
[dependencies.byteorder]
version = "1.2.7"
default-features = false

[dependencies.regex-syntax]
version = "0.6.4"
optional = true

[dependencies.utf8-ranges]
version = "1"
optional = true
[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", "utf8-ranges"]
[badges.appveyor]
repository = "BurntSushi/regex-automata"

[badges.travis-ci]
repository = "BurntSushi/regex-automata"