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