# 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 = "build-wrap" version = "0.4.0" authors = ["Samuel Moelius "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Help protect against malicious build scripts" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/trailofbits/build-wrap" [[bin]] name = "build-wrap" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.home] version = "0.5" [dependencies.once_cell] version = "1.20" [dependencies.regex] version = "1.11" [dependencies.tempfile] version = "3.13" [dependencies.toml] version = "0.8" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.cargo_metadata] version = "0.18" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.snapbox] version = "0.6" [lints.clippy] let_underscore_untyped = "warn" missing_errors_doc = "allow" missing_panics_doc = "allow" [lints.clippy.pedantic] level = "warn" priority = -1