# 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.75" name = "cucumber-codegen" version = "0.21.1" authors = [ "Ilya Solovyiov ", "Kai Ren ", ] exclude = ["/tests/"] description = "Code generation for `cucumber` crate." homepage = "https://github.com/cucumber-rs/cucumber/tree/main/codegen" documentation = "https://docs.rs/cucumber-codegen" readme = "README.md" keywords = [ "cucumber", "codegen", "macros", ] categories = [ "asynchronous", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cucumber-rs/cucumber" [lib] proc-macro = true [[test]] name = "example" path = "tests/example.rs" harness = false [[test]] name = "two_worlds" path = "tests/two_worlds.rs" harness = false [dependencies.cucumber-expressions] version = "0.3" features = ["into-regex"] [dependencies.inflections] version = "1.1" [dependencies.itertools] version = "0.13" [dependencies.proc-macro2] version = "1.0.28" [dependencies.quote] version = "1.0.9" [dependencies.regex] version = "1.5.5" [dependencies.syn] version = "2.0" features = [ "derive", "extra-traits", "full", ] [dependencies.synthez] version = "0.3" [dev-dependencies.derive_more] version = "0.99.17" [dev-dependencies.futures] version = "0.3.17" [dev-dependencies.tempfile] version = "3.2" [dev-dependencies.tokio] version = "1.12" features = [ "macros", "rt-multi-thread", "time", ]