auditable-extract 0.3.5

Extract the dependency trees embedded in binaries by `cargo auditable`
Documentation
[dependencies.binfarce]
version = "0.2"

[dependencies.wasmparser]
default-features = false
optional = true
version = "0.207.0"

[features]
default = ["wasm"]
wasm = ["wasmparser"]

[lib]
name = "auditable_extract"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fuzzing)"]
level = "warn"
priority = 0

[package]
authors = ['Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>']
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding"]
description = "Extract the dependency trees embedded in binaries by `cargo auditable`"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "auditable-extract"
readme = "README.md"
repository = "https://github.com/rust-secure-code/cargo-auditable"
version = "0.3.5"