aur-scanner-plugin 0.1.1

AUR helper plugin for security scanning - wrapper for yay/paru with automatic scanning
Documentation
# 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 = "aur-scanner-plugin"
version = "0.1.1"
authors = ["Kief Studio <packages@kief.studio>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AUR helper plugin for security scanning - wrapper for yay/paru with automatic scanning"
homepage = "https://kief.studio"
documentation = "https://github.com/KiefStudioMA/ks-aur-scanner#readme"
readme = "README.md"
keywords = [
    "aur",
    "arch-linux",
    "security",
    "malware-detection",
    "pkgbuild",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/KiefStudioMA/ks-aur-scanner"

[lib]
name = "aur_scanner_plugin"
path = "src/lib.rs"

[[bin]]
name = "aur-scan-wrap"
path = "src/bin/wrapper.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.aur-scanner-core]
version = "0.1.1"

[dependencies.colored]
version = "2.1"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tracing]
version = "0.1"