# 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 = "libgerrit" version = "0.2.8" authors = ["Silvio Fricke "] description = "Rust client to gerrit" readme = "../README.md" keywords = ["cli", "gerrit", "curl", "api"] categories = ["api-bindings", "command-line-interface", "web-programming::http-client", "network-programming"] license = "MPL-2.0" repository = "https://github.com/silvio/gerrit-rust" [lib] name = "libgerrit" path = "lib.rs" [dependencies.curl] version = ">= 0.4.4" [dependencies.git2] version = "0.6" [dependencies.log] version = "0.4" [dependencies.quick-error] version = "1.2" [dependencies.semver] version = "0.9" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.url] version = "1.5" [badges.travis-ci] repository = "silvio/gerrit-rust"