[package] name = "with_tempdir" version = "0.1.0" authors = ["Jean SIMARD "] license = "GPL-3.0-or-later" edition = "2018" description = "Inject a temporary directory and provide as an argument to the function" repository = "https://gitlab.com/woshilapin/with_tempdir" documentation = "https://woshilapin.gitlab.io/with_tempdir" readme = "README.md" keywords = ["macros", "proc_macro", "temp", "test"] categories = ["filesystem"] autotests = false [badges] gitlab = { repository = "woshilapin/with_tempdir" } maintenance = { status = "actively-developed" } [[test]] name = "tests" path = "tests/tests.rs" [lib] proc-macro = true [dependencies] proc-macro2 = "0.4" quote = "0.6" syn = "0.15" tempfile = "3" [dev-dependencies] pretty_assertions = "0.6" regex = "1" trybuild = "1"