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