# 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" name = "arch-audit" version = "0.2.0" authors = [ "Andrea Scarpino ", "Levente Polyak ", ] description = "A utility like pkg-audit for Arch Linux based on Arch Security Team data" readme = "README.md" keywords = [ "archlinux", "security", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.archlinux.org/archlinux/arch-audit" [profile.release] lto = true codegen-units = 1 [[bin]] name = "arch-audit" [dependencies.alpm] version = "^3.0" [dependencies.anyhow] version = "^1.0" [dependencies.clap] version = "4.5.9" features = [ "env", "derive", "wrap_help", ] [dependencies.clap_complete] version = "4.5.8" [dependencies.console] version = "0.15.8" [dependencies.dirs-next] version = "^2.0" [dependencies.env_logger] version = "^0.11" [dependencies.lazy_static] version = "^1.5" [dependencies.log] version = "^0.4" [dependencies.reqwest] version = "^0.12" features = [ "rustls-tls-native-roots", "socks", "gzip", "brotli", ] default-features = false [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.strum] version = "^0.26" [dependencies.strum_macros] version = "^0.26" [dependencies.term] version = "^0.7" [dependencies.tokio] version = "^1" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "^0.8" [dependencies.url] version = "^2.5" [dev-dependencies.tempfile] version = "^3.10" [features] git = ["alpm/git"]