# 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.63" name = "test-case" version = "3.3.1" authors = [ "Marcin Sas-Szymanski ", "Wojciech Polak ", "Ɓukasz Biel ", ] exclude = ["tests/snapshots/**/*"] 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 [[test]] name = "acceptance" path = "tests/acceptance_tests.rs" [dependencies.regex] version = "1.5" optional = true [dependencies.test-case-macros] version = "3.2.1" default-features = false [dev-dependencies.insta] version = "1.12" [dev-dependencies.itertools] version = "0.11" [dev-dependencies.regex] version = "1.5" [features] with-regex = [ "regex", "test-case-macros/with-regex", ] [badges.maintenance] status = "actively-developed"