[package] name = "aurum" version = "0.1.0" description = "High-level AUR helper library" authors = ["Wesley Hershberger "] license = "MIT" repository = "https://gitlab.com/MggMuggins/aurum" keywords = ["aur", "arch", "archlinux"] [dependencies] failure = "0.1" flate2 = "1.0" itertools = "0.8" log = "0.4" pkg-utils = { version = "0.1", path = "../pkg-utils" } raur = "2.0" raur-ext = "1.1" reqwest = "0.9" serde = "1.0" serde_derive = "1.0" solvent = "0.8" split-iter = "0.1" tar = "0.4" toml = "0.5" version-compare = "0.0.9" # Cargo complains that this is unused, really it should # be used for testing # [alias] # r = ["run", "--", "--config=tests/aurum.toml"]