clippy_utils 0.1.95

Helpful tools for writing lints, provided as they are used in Clippy
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"
name = "clippy_utils"
version = "0.1.95"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helpful tools for writing lints, provided as they are used in Clippy"
readme = "README.md"
keywords = [
    "clippy",
    "lint",
    "utils",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/rust-clippy"

[package.metadata.rust-analyzer]
rustc_private = true

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

[dependencies.arrayvec]
version = "0.7"
default-features = false

[dependencies.itertools]
version = "0.12"

[dependencies.rustc_apfloat]
version = "0.2.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(bootstrap)"]