]> git.proxmox.com Git - rustc.git/blob - vendor/tempfile/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / tempfile / Cargo.toml
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
6 # to registry (e.g., crates.io) dependencies.
7 #
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.
11
12 [package]
13 edition = "2018"
14 name = "tempfile"
15 version = "3.3.0"
16 authors = ["Steven Allen <steven@stebalien.com>", "The Rust Project Developers", "Ashley Mannix <ashleymannix@live.com.au>", "Jason White <jasonaw0@gmail.com>"]
17 exclude = ["/.travis.yml", "/appveyor.yml"]
18 description = "A library for managing temporary files and directories."
19 homepage = "http://stebalien.com/projects/tempfile-rs"
20 documentation = "https://docs.rs/tempfile"
21 keywords = ["tempfile", "tmpfile", "filesystem"]
22 license = "MIT OR Apache-2.0"
23 repository = "https://github.com/Stebalien/tempfile"
24 [dependencies.cfg-if]
25 version = "1"
26
27 [dependencies.fastrand]
28 version = "1.6.0"
29
30 [dependencies.remove_dir_all]
31 version = "0.5"
32 [dev-dependencies.doc-comment]
33 version = "0.3"
34
35 [features]
36 nightly = []
37 [target."cfg(any(unix, target_os = \"wasi\"))".dependencies.libc]
38 version = "0.2.27"
39 [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
40 version = "0.2.9"
41 [target."cfg(windows)".dependencies.winapi]
42 version = "0.3"
43 features = ["fileapi", "handleapi", "winbase"]