[go: up one dir, main page]

scratch 1.0.1

Compile-time temporary directory shared by multiple crates and erased by `cargo clean`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "scratch"
version = "1.0.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
rust-version = "1.0"
license = "MIT OR Apache-2.0"
description = "Compile-time temporary directory shared by multiple crates and erased by `cargo clean`"
repository = "https://github.com/dtolnay/scratch"
documentation = "https://docs.rs/scratch"
categories = ["development-tools::build-utils"]
readme = "README.md"
build = "build.rs"

[dev-dependencies]
fs2 = "0.4"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]