# 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-cli" version = "0.1.0" authors = ["Wesley Hershberger "] autobins = false default-run = "aurum" description = "CLI interface for the aurum AUR helper library" keywords = ["aur", "arch", "archlinux"] license = "MIT" repository = "https://gitlab.com/MggMuggins/aurum" [[bin]] name = "aurum" path = "src/aurum.rs" [dependencies.aurum] version = "0.1" [dependencies.clap] version = "2.32" [dependencies.colored] version = "1.6" [dependencies.fern] version = "0.5" [dependencies.itertools] version = "0.7" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4"