# 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 = "2018" name = "auditable-extract" version = "0.3.5" authors = ['Sergey "Shnatsel" Davidoff '] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extract the dependency trees embedded in binaries by `cargo auditable`" readme = "README.md" categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-secure-code/cargo-auditable" [lib] name = "auditable_extract" path = "src/lib.rs" [dependencies.binfarce] version = "0.2" [dependencies.wasmparser] version = "0.207.0" optional = true default-features = false [features] default = ["wasm"] wasm = ["wasmparser"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(fuzzing)"]