# 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 = "gerrit-rust" version = "0.1.24" authors = ["Silvio Fricke "] build = "build.rs" 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" [[bin]] name = "gerrit-rust" path = "src/bin/gerrit-rust.rs" doctest = true [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.26" [dependencies.env_logger] version = "0.5" [dependencies.git2] version = "0.6" [dependencies.gron] version = "0.4" [dependencies.libgerrit] version = "0.2.8" [dependencies.log] version = "0.4" [dependencies.netrc] version = "0.4.1" [dependencies.regex] version = "0.2" [dependencies.rustc-serialize] version = "0.3" [dependencies.serde_json] version = "1.0" [dependencies.toml-config] version = "0.4" [dependencies.url] version = "1.5" [badges.travis-ci] repository = "silvio/gerrit-rust"