# 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 = "snowpatch" version = "0.2.0" authors = ["Russell Currey ", "Andrew Donnellan "] description = "continuous integration for patch-based workflows" homepage = "https://github.com/ruscur/snowpatch" documentation = "https://github.com/ruscur/snowpatch/tree/master/docs" readme = "README.md" keywords = ["CI", "patch", "patchwork", "jenkins", "git"] license = "GPL-2.0+" repository = "https://github.com/ruscur/snowpatch.git" [dependencies.docopt] version = "1.0" [dependencies.env_logger] version = "0.5" [dependencies.git2] version = "0.7" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tempdir] version = "0.3" [dependencies.toml] version = "0.4" [dependencies.url] version = "1.7"