# 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 = "libalpm-fork" version = "0.1.4" authors = ["James Zhu", "Richard Dodd "] description = "An aspirationally safe wrapper around libalpm (the Arch Linux Package Manager).\nThis fork compiles on stable rust.\n" homepage = "https://github.com/vn971/alpm/tree/master/libalpm" documentation = "https://derekdreery.github.io/alpm/libalpm/index.html" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/vn971/alpm" [dependencies.alpm-sys-fork] version = "0.1.2" [dependencies.chrono] version = "0.3" [dependencies.lazy_static] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.printf] version = "0.1" [dependencies.url] version = "1.4" [dev-dependencies.curl] version = "0.4" [dev-dependencies.term] version = "0.4"