# 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] name = "aurum" version = "0.1.0" authors = ["Wesley Hershberger "] description = "High-level AUR helper library" keywords = ["aur", "arch", "archlinux"] license = "MIT" repository = "https://gitlab.com/MggMuggins/aurum" [dependencies.failure] version = "0.1" [dependencies.flate2] version = "1.0" [dependencies.itertools] version = "0.8" [dependencies.log] version = "0.4" [dependencies.pkg-utils] version = "0.1" [dependencies.raur] version = "2.0" [dependencies.raur-ext] version = "1.1" [dependencies.reqwest] version = "0.9" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.solvent] version = "0.8" [dependencies.split-iter] version = "0.1" [dependencies.tar] version = "0.4" [dependencies.toml] version = "0.5" [dependencies.version-compare] version = "0.0.9"