# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.62" name = "cucumber-expressions" version = "0.3.0" authors = [ "Ilya Solovyiov ", "Kai Ren ", ] include = [ "/src/", "/LICENSE-*", "/README.md", "/CHANGELOG.md", ] description = "Cucumber Expressions AST and parser." homepage = "https://github.com/cucumber-rs/cucumber-expressions" documentation = "https://docs.rs/cucumber-expressions" readme = "README.md" keywords = [ "cucumber", "expression", "expressions", "cucumber-expressions", ] categories = [ "compilers", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cucumber-rs/cucumber-expressions" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.derive_more] version = "0.99.17" features = [ "as_ref", "deref", "deref_mut", "display", "error", "from", "into", ] default_features = false [dependencies.either] version = "1.6" optional = true [dependencies.nom] version = "7.0" [dependencies.nom_locate] version = "4.0" [dependencies.regex] version = "1.8.1" optional = true [dependencies.regex-syntax] version = "0.7.1" optional = true [features] into-regex = [ "dep:either", "dep:regex", "dep:regex-syntax", ]