# 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 = "scout-audit-dylint-linting" version = "3.0.1" authors = ["Samuel E. Moelius III "] description = "Utilities for writing Dylint libraries" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/trailofbits/dylint" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [package.metadata.rust-analyzer] rustc_private = true [dependencies.cargo_metadata] version = "0.18" [dependencies.dylint_internal] version = "=2.6.1" [dependencies.paste] version = "1.0" [dependencies.rustversion] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" [dev-dependencies.assert_cmd] version = "2.0" [build-dependencies.toml] version = "0.8" [features] constituent = []