[dependencies.once_cell]
optional = true
version = "1.19.0"
[dependencies.test-casing-macro]
version = "=0.1.3"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.12.0"
[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"]
[package]
authors = ["Alex Ostrovski <ostrovski.alex@gmail.com>"]
categories = ["development-tools::testing"]
description = "Parameterized test cases and test decorators"
edition = "2021"
keywords = ["testing", "parameterized", "case", "decorator"]
license = "MIT OR Apache-2.0"
name = "test-casing"
readme = "README.md"
repository = "https://github.com/slowli/test-casing"
rust-version = "1.65"
version = "0.1.3"