# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "evg-api-rs" version = "0.2.2" authors = ["David Bradford "] description = "Client for accessing the Evergreen API" license = "Apache-2.0" repository = "https://github.com/dbradf/evg-api-rs" [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.parse_link_header] version = "0.3" [dependencies.reqwest] version = "0.11" features = ["json", "stream", "rustls-tls"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.http] version = "0.2"