tmp-path 0.1.0

Test helper to create a temporary directory
Documentation
[dependencies.quote]
version = "1.0.38"

[dependencies.syn]
features = ["full", "proc-macro"]
version = "2.0.94"

[dependencies.tempfile]
version = "3.15.0"

[lib]
name = "tmp_path"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Paul Sanders <paul@paulsanders.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Test helper to create a temporary directory"
documentation = "https://github.com/sanders41/tmp-path"
edition = "2021"
homepage = "https://github.com/sanders41/tmp-path"
keywords = ["testing", "tempdir", "tmpdir", "temppath", "tmppath"]
license = "MIT"
name = "tmp-path"
readme = "README.md"
repository = "https://github.com/sanders41/tmp-path"
version = "0.1.0"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"