cargo-util 0.2.26

Miscellaneous support code used by Cargo.
Documentation
# 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 = "2024"
rust-version = "1.91"
name = "cargo-util"
version = "0.2.26"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Miscellaneous support code used by Cargo."
homepage = "https://github.com/rust-lang/cargo"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.filetime]
version = "0.2.26"

[dependencies.hex]
version = "0.4.3"

[dependencies.ignore]
version = "0.4.25"

[dependencies.jobserver]
version = "0.1.34"

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

[dependencies.sha2]
version = "0.10.9"

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

[dependencies.tempfile]
version = "3.23.0"

[dependencies.tracing]
version = "0.1.43"
features = ["std"]
default-features = false

[dependencies.walkdir]
version = "2.5.0"

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

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

[target."cfg(windows)".dependencies.miow]
version = "0.6.1"

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

[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 = -2

[lints.clippy.correctness]
level = "warn"
priority = -1

[lints.rust]
rust_2018_idioms = "warn"

[lints.rustdoc]
private_intra_doc_links = "allow"