# 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 = "2021" name = "nomad-client-rs" version = "0.9.2" build = false include = [ "src/**/*", "Cargo.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A HashiCorp Nomad's HTTP API client" homepage = "https://buildline.de" readme = "README.md" keywords = [ "hashicorp", "nomad", "rest", "api", "client", ] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.com/buildline-gmbh/nomad_client_rs" [lib] name = "nomad_client_rs" path = "src/lib.rs" [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.11" features = [ "stream", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt", "sync", ] [dependencies.tokio-util] version = "0.7" features = ["io"] [dependencies.url] version = "2"