# 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 = "rust-audit-info" version = "0.5.4" authors = ["Sergey \"Shnatsel\" Davidoff "] description = "Command-line tool to extract the dependency trees embedded in binaries by `cargo auditable`." readme = "README.md" categories = [ "command-line-utilities", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-secure-code/cargo-auditable" [dependencies.auditable-info] version = "0.7.2" default-features = false [features] default = ["wasm"] wasm = ["auditable-info/wasm"]