# 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 = "cargo-auditable" version = "0.6.6" authors = ["Sergey \"Shnatsel\" Davidoff "] description = "Make production Rust binaries auditable" readme = "README.md" keywords = [ "security", "supply-chain", "sbom", "vulnerabilities", ] categories = [ "development-tools::cargo-plugins", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-secure-code/cargo-auditable" resolver = "1" [dependencies.auditable-serde] version = "0.8.0" [dependencies.cargo_metadata] version = "0.18" [dependencies.miniz_oxide] version = "0.8.0" [dependencies.object] version = "0.36" features = ["write"] default-features = false [dependencies.pico-args] version = "0.5" features = ["eq-separator"] [dependencies.serde] version = "1.0.147" [dependencies.serde_json] version = "1.0.57" [dependencies.wasm-gen] version = "0.1.4" [dev-dependencies.auditable-info] version = "0.9.0" features = ["wasm"] [dev-dependencies.cargo_metadata] version = "0.18" [dev-dependencies.which] version = "4.3.0"