# 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" name = "cucumber-trellis" version = "0.1.4" authors = ["Frédéric Meyer "] description = "Create a test \"trellis\" for Cucumber" documentation = "https://docs.rs/cucumber-trellis" readme = "README.md" keywords = [ "cucumber", "testing", "bdd", "automation", "tdd", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/corebreaker/cucumber-trellis" [[test]] name = "cucumber" harness = false [dependencies.cucumber] version = "0.21.1" [dependencies.cucumber-trellis-macro] version = "0.1.3" optional = true [dependencies.futures] version = "0.3.30" [dependencies.path-absolutize] version = "3.1.1" [features] default = [] libtest = ["cucumber/libtest"] macro = ["dep:cucumber-trellis-macro"]