]> git.proxmox.com Git - rustc.git/blame - src/vendor/tempfile/Cargo.toml
New upstream version 1.30.0~beta.7+dfsg1
[rustc.git] / src / 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
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]
14name = "tempfile"
b7449926 15version = "3.0.3"
83c7162d
XL
16authors = ["Steven Allen <steven@stebalien.com>", "The Rust Project Developers", "Ashley Mannix <ashleymannix@live.com.au>", "Jason White <jasonaw0@gmail.com>"]
17description = "A library for managing temporary files and directories.\n"
18homepage = "http://stebalien.com/projects/tempfile-rs"
19documentation = "https://docs.rs/tempfile"
20keywords = ["tempfile", "tmpfile", "filesystem"]
21license = "MIT/Apache-2.0"
22repository = "https://github.com/Stebalien/tempfile"
23[dependencies.rand]
b7449926 24version = "0.5"
83c7162d
XL
25
26[dependencies.remove_dir_all]
27version = "0.5"
28[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
29version = "0.1"
30[target."cfg(unix)".dependencies.libc]
31version = "0.2.27"
32[target."cfg(windows)".dependencies.winapi]
33version = "0.3"
34features = ["fileapi", "winbase", "handleapi"]