[package] name = "aur-cli-git" version = "0.1.3" authors = ["Andrew Ryan "] edition = "2021" description = "Prepare Rust projects to be released on the Arch Linux User Repository." homepage = "https://dnrops.gitee.io" repository = "https://gitlab.com/andrew_ryan/aur_cli.git" readme = "README.md" license = "MIT" keywords = ["aur", "packer", "archlinux", "aur"] categories = ["command-line-utilities"] [[bin]] name = "aur-cli" path = "src/main.rs" [dependencies] colored = "2.0" gumdrop = "0.8" hmac-sha256 = "1.1" itertools = "0.10" serde = "1.0" serde_derive = "1.0" toml = "0.5" tsu = "1.0.1" directories = "5.0.1" doe = "0.1.40" [profile.release] lto = true strip = true