# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "with_tempdir" version = "0.1.0" authors = ["Jean SIMARD "] autotests = false description = "Inject a temporary directory and provide as an argument to the function" documentation = "https://woshilapin.gitlab.io/with_tempdir" readme = "README.md" keywords = ["macros", "proc_macro", "temp", "test"] categories = ["filesystem"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/woshilapin/with_tempdir" [lib] proc-macro = true [[test]] name = "tests" path = "tests/tests.rs" [dependencies.proc-macro2] version = "0.4" [dependencies.quote] version = "0.6" [dependencies.syn] version = "0.15" [dependencies.tempfile] version = "3" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.regex] version = "1" [dev-dependencies.trybuild] version = "1" [badges.gitlab] repository = "woshilapin/with_tempdir" [badges.maintenance] status = "actively-developed"