# 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.65" name = "test-casing" version = "0.1.3" authors = ["Alex Ostrovski "] description = "Parameterized test cases and test decorators" readme = "README.md" keywords = [ "testing", "parameterized", "case", "decorator", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/slowli/test-casing" [dependencies.once_cell] version = "1.19.0" optional = true [dependencies.test-casing-macro] version = "=0.1.3" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.trybuild] version = "1.0.89" [dev-dependencies.version-sync] version = "0.9.4" [features] default = [] nightly = [ "test-casing-macro/nightly", "once_cell", ]