[package] name = "fluvio-test-derive" version = "0.1.1" edition = "2018" authors = ["Fluvio Contributors "] description = "Procedure macro to run async fn as test" repository = "https://github.com/infinyon/flv-future" license = "Apache-2.0" readme = "README.md" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0.2" syn = { version = "1.0.14", features = ["full"] } [dev-dependencies] trybuild = { git = "https://github.com/infinyon/trybuild", branch = "check_option" } fluvio-future = { path = "..", features = ["fixture"]}