# 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 = "test-case-macros" version = "3.3.1" authors = [ "Marcin Sas-Szymanski ", "Wojciech Polak ", "Ɓukasz Biel ", ] description = "Provides #[test_case(...)] procedural macro attribute for generating parametrized test cases easily" documentation = "https://docs.rs/test-case" readme = "README.md" keywords = [ "test", "case", "tests", "unit", "testing", ] categories = [ "development-tools", "development-tools::testing", ] license = "MIT" repository = "https://github.com/frondeus/test-case" [lib] path = "src/lib.rs" doctest = false proc-macro = true [dependencies.proc-macro2] version = "1.0" features = [] [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", "parsing", ] [dependencies.test-case-core] version = "3.2.1" default-features = false [features] with-regex = ["test-case-core/with-regex"] [badges.maintenance] status = "actively-developed"