p-test 1.0.1

p-test provides procedural macro to help you write parameterized tests easily.
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[lib]
doctest = false
name = "p_test"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["ntalbs <ntalbsen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::testing"]
description = "p-test provides procedural macro to help you write parameterized tests easily."
edition = "2021"
keywords = ["parameterized", "parameterised", "test", "testing", "unit-test"]
license = "MIT"
name = "p-test"
readme = "README.md"
repository = "https://github.com/ntalbs/p-test"
version = "1.0.1"

[[test]]
name = "async_test"
path = "tests/async_test.rs"

[[test]]
name = "test"
path = "tests/test.rs"