# 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 = "2018" name = "parameterized-macro" version = "2.0.0" authors = ["Martijn Gribnau "] autotests = false description = "Attribute macro crate for parameterized tests." documentation = "https://docs.rs/parameterized-macro" readme = "readme.md" keywords = [ "parameterized", "attribute", "test", "unit-test", "junit", ] categories = [ "development-tools", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/foresterre/parameterized" resolver = "2" [lib] proc-macro = true [[test]] name = "tests" path = "tests/cases.rs" [dependencies.indexmap] version = "1.6.2" default-features = false [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0.8" [dependencies.syn] version = "2.0.52" features = ["full"] [dev-dependencies.trybuild] version = "1.0" [features] square-brackets-old-error-message = []