aur-scanner-plugin 0.1.0

AUR helper plugin for security scanning - wrapper for yay/paru with automatic scanning
Documentation
[[bin]]
name = "aur-scan-wrap"
path = "src/bin/wrapper.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.colored]
version = "2.1"

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

[dependencies.tracing]
version = "0.1"

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

[package]
authors = ["Kief Studio <packages@kief.studio>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "AUR helper plugin for security scanning - wrapper for yay/paru with automatic scanning"
documentation = "https://github.com/KiefStudioMA/ks-aur-scanner#readme"
edition = "2021"
homepage = "https://kief.studio"
keywords = ["aur", "arch-linux", "security", "malware-detection", "pkgbuild"]
license = "LicenseRef-Polyform-Noncommercial"
name = "aur-scanner-plugin"
readme = "README.md"
repository = "https://github.com/KiefStudioMA/ks-aur-scanner"
version = "0.1.0"