| # 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" |
| name = "cargo-util" |
| version = "0.1.2" |
| description = "Miscellaneous support code used by Cargo." |
| homepage = "https://github.com/rust-lang/cargo" |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/rust-lang/cargo" |
| |
| [dependencies.anyhow] |
| version = "1.0.34" |
| |
| [dependencies.crypto-hash] |
| version = "0.3.1" |
| |
| [dependencies.filetime] |
| version = "0.2.9" |
| |
| [dependencies.hex] |
| version = "0.4.2" |
| |
| [dependencies.jobserver] |
| version = "0.1.21" |
| |
| [dependencies.libc] |
| version = "0.2.88" |
| |
| [dependencies.log] |
| version = "0.4.6" |
| |
| [dependencies.same-file] |
| version = "1.0.6" |
| |
| [dependencies.shell-escape] |
| version = "0.1.4" |
| |
| [dependencies.tempfile] |
| version = "3.1.0" |
| |
| [dependencies.walkdir] |
| version = "2.3.1" |
| |
| [target."cfg(target_os = \"macos\")".dependencies.core-foundation] |
| version = "0.9.0" |
| features = ["mac_os_10_7_support"] |
| |
| [target."cfg(windows)".dependencies.miow] |
| version = "0.3.6" |
| |
| [target."cfg(windows)".dependencies.winapi] |
| version = "0.3.9" |
| features = [ |
| "consoleapi", |
| "minwindef", |
| ] |