]> git.proxmox.com Git - rustc.git/blame - vendor/tempfile/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / tempfile / Cargo.toml
CommitLineData
83c7162d
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
487cf647 6# to registry (e.g., crates.io) dependencies.
83c7162d 7#
487cf647
FG
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
83c7162d
XL
11
12[package]
e1599b0c 13edition = "2018"
83c7162d 14name = "tempfile"
487cf647 15version = "3.3.0"
83c7162d 16authors = ["Steven Allen <steven@stebalien.com>", "The Rust Project Developers", "Ashley Mannix <ashleymannix@live.com.au>", "Jason White <jasonaw0@gmail.com>"]
0731742a 17exclude = ["/.travis.yml", "/appveyor.yml"]
e1599b0c 18description = "A library for managing temporary files and directories."
83c7162d
XL
19homepage = "http://stebalien.com/projects/tempfile-rs"
20documentation = "https://docs.rs/tempfile"
21keywords = ["tempfile", "tmpfile", "filesystem"]
e1599b0c 22license = "MIT OR Apache-2.0"
83c7162d 23repository = "https://github.com/Stebalien/tempfile"
0731742a 24[dependencies.cfg-if]
cdc7bbd5 25version = "1"
0731742a 26
487cf647
FG
27[dependencies.fastrand]
28version = "1.6.0"
83c7162d
XL
29
30[dependencies.remove_dir_all]
31version = "0.5"
487cf647
FG
32[dev-dependencies.doc-comment]
33version = "0.3"
34
35[features]
36nightly = []
37[target."cfg(any(unix, target_os = \"wasi\"))".dependencies.libc]
83c7162d 38version = "0.2.27"
487cf647
FG
39[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
40version = "0.2.9"
83c7162d
XL
41[target."cfg(windows)".dependencies.winapi]
42version = "0.3"
e1599b0c 43features = ["fileapi", "handleapi", "winbase"]