[package]
name = "knott"
version = "0.1.17"
edition = "2021"
rust-version = "1.87"
description = "Fast Rust package manager helper for Arch Linux repos and the AUR"
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/knott"
categories = ["command-line-utilities"]
keywords = ["archlinux", "pacman", "aur", "package-manager"]
[lib]
name = "knott"
path = "src/lib.rs"
[[bin]]
name = "knott"
path = "src/main.rs"
[dependencies]
aisling = "0.3.17"
anyhow = "1.0.100"
libc = "0.2"
reqwest = { version = "0.11.27", default-features = false, features = ["gzip", "json", "rustls-tls"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.49.0", features = ["fs", "macros", "process", "rt-multi-thread", "time"] }
[profile.release.package.ring]
opt-level = 2