# 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 = "2021" rust-version = "1.74.0" name = "cargo-audit" version = "0.21.0" authors = ["Tony Arcieri "] build = false exclude = ["tests/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Audit Cargo.lock for crates with security vulnerabilities" homepage = "https://rustsec.org" readme = "README.md" keywords = [ "cargo-subcommand", "security", "audit", "vulnerability", ] categories = ["development-tools::cargo-plugins"] license = "Apache-2.0 OR MIT" repository = "https://github.com/rustsec/rustsec" [lib] name = "cargo_audit" path = "src/lib.rs" [[bin]] name = "cargo-audit" path = "src/bin/cargo-audit/main.rs" [dependencies.abscissa_core] version = "0.8" [dependencies.auditable-info] version = "0.8" features = ["wasm"] optional = true [dependencies.auditable-serde] version = "0.7" optional = true [dependencies.binfarce] version = "0.2" optional = true [dependencies.cargo-lock] version = "10.0.1" [dependencies.clap] version = "4" [dependencies.display-error-chain] version = "0.2.0" [dependencies.home] version = "0.5" [dependencies.once_cell] version = "1.15.0" optional = true [dependencies.quitters] version = "0.1.0" optional = true [dependencies.rustsec] version = "0.30" features = ["dependency-tree"] [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.abscissa_core] version = "0.8" features = ["testing"] [dev-dependencies.once_cell] version = "1.15.0" [dev-dependencies.tempfile] version = "3" [dev-dependencies.toml] version = "0.8" [features] binary-scanning = [ "dep:auditable-info", "dep:auditable-serde", "dep:binfarce", "dep:quitters", "dep:once_cell", ] default = ["binary-scanning"] fix = [] [badges.maintenance] status = "actively-developed"