# 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-link" version = "3.2.1" authors = ["Samuel E. Moelius III "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper around Rust's default linker to help create Dyling libraries" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/trailofbits/dylint" [[bin]] name = "dylint-link" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.dylint_internal] version = "=3.2.1" features = ["cargo"] [dependencies.env_logger] version = "0.11" [dependencies.if_chain] version = "1.0" [dependencies.toml_edit] version = "0.22" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.dylint_internal] version = "=3.2.1" features = ["packaging"] [dev-dependencies.predicates] version = "3.1" [dev-dependencies.tempfile] version = "3.13" [build-dependencies.dylint_internal] version = "=3.2.1" [target.'cfg(target_os = "windows")'.dependencies.cc] version = "1.1" [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)", ]