[package] name = "datadriven" version = "0.8.0" authors = ["Justin Jaffray "] edition = "2018" license = "Apache-2.0" description = "Rewritable table-driven testing" repository = "https://github.com/justinj/datadriven" homepage = "https://github.com/justinj/datadriven" readme = "README.md" [features] default = ["async"] async = ["futures"] [dependencies] futures = { version = "0.3", optional = true } thiserror = "1.0.40" [dev-dependencies] anyhow = "1.0" tokio = { version = "1.7", features = ["macros", "rt"] }