# 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 = "cargo-aur" version = "1.7.1" authors = ["Colin Woodbury "] description = "Prepare Rust projects to be released on the Arch Linux User Repository." homepage = "https://github.com/fosskers/cargo-aur" readme = "README.md" keywords = [ "cargo", "subcommand", "archlinux", "aur", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/fosskers/cargo-aur" [package.metadata.aur] [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.colored] version = "2.0" [dependencies.gumdrop] version = "0.8" [dependencies.hmac-sha256] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8"