# 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.67.1" name = "rstest_macros" version = "0.23.0" authors = ["Michele d'Amico "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests. """ homepage = "https://github.com/la10736/rstest" readme = "README.md" keywords = [ "test", "fixture", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/la10736/rstest" [lib] name = "rstest_macros" path = "src/lib.rs" proc-macro = true [dependencies.cfg-if] version = "1.0.0" [dependencies.glob] version = "0.3.1" [dependencies.proc-macro-crate] version = "3.2.0" optional = true [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.regex] version = "1.10.6" [dependencies.relative-path] version = "1.9.3" [dependencies.syn] version = "2.0.79" features = [ "full", "parsing", "extra-traits", "visit", "visit-mut", ] [dependencies.unicode-ident] version = "1.0.13" [dev-dependencies.actix-rt] version = "2.9.0" [dev-dependencies.async-std] version = "1.13.0" features = ["attributes"] [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.rstest] version = "0.22.0" default-features = false [build-dependencies.rustc_version] version = "0.4.1" [features] async-timeout = [] crate-name = ["dep:proc-macro-crate"] default = [ "async-timeout", "crate-name", ]