# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aurrs" version = "0.1.0" authors = ["acheronfail "] description = "A simple and informative way to vote on the Arch User Repository." homepage = "https://github.com/acheronfail/aurrs" keywords = ["aur", "vote", "arch"] categories = ["command-line-utilities"] license = "Unlicense OR MIT OR Apache-2.0" repository = "https://github.com/acheronfail/aurrs" [dependencies.anyhow] version = "1.0.31" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.dirs] version = "3.0.0" [dependencies.envfile] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.10" features = ["cookies", "json"] [dependencies.rpassword] version = "4.0.5" [dependencies.scraper] version = "0.12.0" [dependencies.serde] version = "1.0.114" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.urlencoding] version = "1.1.1" [build-dependencies.clap] version = "3.0.0-beta.1" [build-dependencies.clap_generate] version = "3.0.0-beta.1"