mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-04-29 15:27:37 -05:00
26 lines
615 B
TOML
26 lines
615 B
TOML
[package]
|
|
name = "cargo-aur"
|
|
version = "1.5.0"
|
|
authors = ["Colin Woodbury <colin@fosskers.ca>"]
|
|
edition = "2021"
|
|
description = "Prepare Rust projects to be released on the Arch Linux User Repository."
|
|
homepage = "https://github.com/fosskers/cargo-aur"
|
|
repository = "https://github.com/fosskers/cargo-aur"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
keywords = ["cargo", "subcommand", "archlinux", "aur"]
|
|
categories = ["command-line-utilities"]
|
|
|
|
[dependencies]
|
|
colored = "2.0"
|
|
gumdrop = "0.8"
|
|
hmac-sha256 = "1.1"
|
|
itertools = "0.10"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
toml = "0.5"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
strip = true
|