auditable-info 0.5.0-alpha.4

High-level crate to extract the dependency trees embedded in binaries by `cargo auditable`.
Documentation

High-level crate to extract the dependency trees embedded in binaries by cargo auditable.

Deserializes them to a JSON string or Rust data structures, at your option.

// Uses the default limits: 1GiB input file size, 8MiB audit data size
let info = audit_info_from_file("path/to/file", Default::default())?;

If you need a lower-level interface than the one provided by this crate, use the auditable-extract and auditable-serde crates.