# 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-info" version = "0.9.0" authors = ['Sergey "Shnatsel" Davidoff '] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-level crate to 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_info" path = "src/lib.rs" [dependencies.auditable-extract] version = "0.3.4" default-features = false [dependencies.auditable-serde] version = "0.8.0" optional = true [dependencies.miniz_oxide] version = "0.8.0" features = ["std"] [dependencies.serde_json] version = "1.0.57" optional = true [features] default = [ "serde", "wasm", ] serde = [ "serde_json", "auditable-serde", ] wasm = ["auditable-extract/wasm"]