# 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" name = "dylint_testing" version = "3.2.1" authors = ["Samuel E. Moelius III "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for testing Dylint libraries" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/trailofbits/dylint" [lib] name = "dylint_testing" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.18" [dependencies.compiletest_rs] version = "0.11" [dependencies.dylint] version = "=3.2.1" [dependencies.dylint_internal] version = "=3.2.1" [dependencies.env_logger] version = "0.11" [dependencies.once_cell] version = "1.20" [dependencies.regex] version = "1.11" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.13" [features] default = [] deny_warnings = [] [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)", ]