tempfile-fast 0.2.2

Support for Linux-specific tempfile extensions
Documentation
[package]
name = "tempfile-fast"
version = "0.2.2"
authors = ["Chris West (Faux) <git@goeswhere.com>"]

description = "Support for Linux-specific tempfile extensions"
repository = "https://github.com/FauxFaux/tempfile-fast-rs"
readme = "README.md"
categories = ["filesystem", "os"]
license = "MIT"

[dependencies]
rand = "0.4"
tempfile = "3"

[dev-dependencies]
tempdir = "0.3"

[target.'cfg(unix)'.dependencies]
libc = "0.2.34"