scratch 1.0.7

Compile-time temporary directory shared by multiple crates and erased by `cargo clean`
Documentation
[dev-dependencies.fs2]
version = "0.4"

[lib]
doc-scrape-examples = false
name = "scratch"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
build = "build.rs"
categories = ["development-tools::build-utils", "filesystem"]
description = "Compile-time temporary directory shared by multiple crates and erased by `cargo clean`"
documentation = "https://docs.rs/scratch"
license = "MIT OR Apache-2.0"
name = "scratch"
readme = "README.md"
repository = "https://github.com/dtolnay/scratch"
rust-version = "1.0"
version = "1.0.7"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]