cargo-util 0.2.11

Miscellaneous support code used by Cargo.
Documentation
[dependencies.anyhow]
version = "1.0.80"

[dependencies.filetime]
version = "0.2.23"

[dependencies.hex]
version = "0.4.3"

[dependencies.ignore]
version = "0.4.22"

[dependencies.jobserver]
version = "0.1.28"

[dependencies.libc]
version = "0.2.153"

[dependencies.same-file]
version = "1.0.6"

[dependencies.sha2]
version = "0.10.8"

[dependencies.shell-escape]
version = "0.1.5"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.tracing]
version = "0.1.40"

[dependencies.walkdir]
version = "2.4.0"
[lints.clippy]
dbg_macro = "warn"
disallowed_methods = "warn"
print_stderr = "warn"
print_stdout = "warn"
self_named_module_files = "warn"

[lints.clippy.all]
level = "allow"
priority = -1

[lints.rust]
rust_2018_idioms = "warn"

[lints.rustdoc]
private_intra_doc_links = "allow"

[package]
description = "Miscellaneous support code used by Cargo."
edition = "2021"
homepage = "https://github.com/rust-lang/cargo"
license = "MIT OR Apache-2.0"
name = "cargo-util"
repository = "https://github.com/rust-lang/cargo"
rust-version = "1.76.0"
version = "0.2.11"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
features = ["mac_os_10_7_support"]
version = "0.9.4"
[target."cfg(windows)".dependencies.miow]
version = "0.6.0"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_Console"]
version = "0.52"