]> git.proxmox.com Git - rustc.git/blob - src/vendor/tempfile/Cargo.toml
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / 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 believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "tempfile"
15 version = "3.0.2"
16 authors = ["Steven Allen <steven@stebalien.com>", "The Rust Project Developers", "Ashley Mannix <ashleymannix@live.com.au>", "Jason White <jasonaw0@gmail.com>"]
17 description = "A library for managing temporary files and directories.\n"
18 homepage = "http://stebalien.com/projects/tempfile-rs"
19 documentation = "https://docs.rs/tempfile"
20 keywords = ["tempfile", "tmpfile", "filesystem"]
21 license = "MIT/Apache-2.0"
22 repository = "https://github.com/Stebalien/tempfile"
23 [dependencies.rand]
24 version = "0.4"
25
26 [dependencies.remove_dir_all]
27 version = "0.5"
28 [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
29 version = "0.1"
30 [target."cfg(unix)".dependencies.libc]
31 version = "0.2.27"
32 [target."cfg(windows)".dependencies.winapi]
33 version = "0.3"
34 features = ["fileapi", "winbase", "handleapi"]