cargo-util 0.2.15

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

[dependencies.filetime]
version = "0.2.23"

[dependencies.hex]
version = "0.4.3"

[dependencies.ignore]
version = "0.4.22"

[dependencies.jobserver]
version = "0.1.32"

[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]
default-features = false
features = ["std"]
version = "0.1.40"

[dependencies.walkdir]
version = "2.5.0"

[lib]
name = "cargo_util"
path = "src/lib.rs"

[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]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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"
readme = false
repository = "https://github.com/rust-lang/cargo"
rust-version = "1.80"
version = "0.2.15"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
features = ["mac_os_10_7_support"]
version = "0.9.4"

[target."cfg(unix)".dependencies.libc]
version = "0.2.155"

[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.59"