]> git.proxmox.com Git - cargo.git/blame - crates/cargo-util/Cargo.toml
Bump cargo-util version.
[cargo.git] / crates / cargo-util / Cargo.toml
CommitLineData
66934033
EH
1[package]
2name = "cargo-util"
41ac6078 3version = "0.2.1"
cabe1cca 4edition = "2021"
66934033
EH
5license = "MIT OR Apache-2.0"
6homepage = "https://github.com/rust-lang/cargo"
7repository = "https://github.com/rust-lang/cargo"
8description = "Miscellaneous support code used by Cargo."
9
10[dependencies]
1dae5acb 11anyhow = "1.0.34"
4aa1ec24 12crypto-hash = "0.3.1"
1dae5acb 13filetime = "0.2.9"
4aa1ec24 14hex = "0.4.2"
88810035 15jobserver = "0.1.21"
1dae5acb
EH
16libc = "0.2.88"
17log = "0.4.6"
18same-file = "1.0.6"
88810035 19shell-escape = "0.1.4"
1dae5acb
EH
20tempfile = "3.1.0"
21walkdir = "2.3.1"
22
23[target.'cfg(target_os = "macos")'.dependencies]
24core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
88810035
EH
25
26[target.'cfg(windows)'.dependencies]
27miow = "0.3.6"
1dae5acb 28winapi = { version = "0.3.9", features = ["consoleapi", "minwindef"] }