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