# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.66" name = "create-output-dir" version = "1.0.0" description = "Create an excluded from cache directory atomically" readme = "README.md" categories = [ "filesystem", "os", ] license = "MIT" repository = "https://github.com/software-mansion/scarb" resolver = "1" [dependencies.anyhow] version = "1.0.66" [dependencies.tempfile] version = "3.3.0" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.3" features = ["mac_os_10_7_support"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["minwindef"]