[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
features = ["full"]
version = "2.0.104"
[features]
tokio = []
[lib]
name = "paramtest"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Simon Dickson <683945+simonhdickson@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for testing parameterized functions"
edition = "2024"
homepage = "https://github.com/simonhdickson/paramtest"
license = "MIT"
name = "paramtest"
readme = "readme.md"
repository = "https://github.com/simonhdickson/paramtest"
version = "0.1.2"