# 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] edition = "2018" name = "zuul" version = "0.1.0" authors = ["TristanCacqueray"] description = "A client library to interface with https://zuul-ci.org." documentation = "https://docs.rs/zuul/" readme = "README.md" keywords = ["iterator", "zuul"] categories = ["client"] license = "Apache-2.0" repository = "https://github.com/TristanCacqueray/zuul-rs" [[example]] name = "zuul-build" path = "examples/zuul-build.rs" [dependencies.async-stream] version = "0.3" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json", "gzip"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-retry] version = "0.3" [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.clap] version = "^2" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.httpmock] version = "0.6"