# 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 = "2021" rust-version = "1.74" name = "cargo-dylint" version = "3.2.1" authors = ["Samuel E. Moelius III "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for running Rust lints from dynamic libraries" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/trailofbits/dylint" [[bin]] name = "cargo-dylint" path = "src/main.rs" [[test]] name = "ci" path = "tests/ci.rs" required-features = ["__ci"] [[test]] name = "integration" path = "tests/integration/main.rs" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.clap] version = "4.5" features = [ "cargo", "derive", "wrap_help", ] [dependencies.dylint] version = "=3.2.1" features = ["package_options"] [dependencies.dylint_internal] version = "=3.2.1" [dependencies.env_logger] version = "0.11" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.cargo_metadata] version = "0.18" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.dylint_internal] version = "=3.2.1" features = ["testing"] [dev-dependencies.glob] version = "0.3" [dev-dependencies.home] version = "0.5" [dev-dependencies.log] version = "0.4" [dev-dependencies.once_cell] version = "1.20" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.regex] version = "1.11" [dev-dependencies.semver] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.similar-asserts] version = "1.6" [dev-dependencies.tempfile] version = "3.13" [dev-dependencies.walkdir] version = "2.5" [features] __ci = [] __clap_headings = [] cargo-cli = ["dylint/__cargo_cli"] cargo-lib = ["dylint/__cargo_lib"] default = [ "cargo-cli", "__ci", ] [lints.rust.unexpected_cfgs] level = "deny" priority = 0 check-cfg = [ "cfg(coverage)", "cfg(dylint_lib, values(any()))", "cfg(__cargo_cli)", "cfg(__cargo_lib)", "cfg(__library_packages)", ]