# 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] edition = "2018" name = "cucumber_rust_codegen" version = "0.9.0" authors = ["Ilya Solovyiov ", "Kai Ren "] description = "Code generation for `cucumber_rust` crate." homepage = "https://github.com/bbqsrc/cucumber-rust" documentation = "https://docs.rs/cucumber_rust_codegen" keywords = ["cucumber", "codegen", "macros"] categories = ["asynchronous", "development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/bbqsrc/cucumber-rust" [lib] proc-macro = true [[test]] name = "example" path = "tests/example.rs" harness = false [[test]] name = "readme" path = "tests/readme.rs" harness = false [dependencies.inflections] version = "1.1" [dependencies.itertools] version = "0.9" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.4" [dependencies.syn] version = "1.0" features = ["derive", "extra-traits", "full"] [dev-dependencies.async-trait] version = "0.1.41" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "0.3" features = ["macros", "rt-multi-thread", "time"]