rs-nomad 0.16.0

This crate provides access to a set of strongly typed apis to interact with nomad (https://www.nomadproject.io/)
Documentation
[dependencies.http]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
features = ["full"]
version = "1"

[dependencies.hyper-rustls]
default-features = false
features = ["http1", "tls12", "ring", "webpki-roots"]
version = "0.27"

[dependencies.hyper-util]
features = ["client", "client-legacy", "tokio", "http2"]
version = "0.1"

[dependencies.opentelemetry]
features = ["trace"]
optional = true
version = "0.31"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.smart-default]
version = "0.7"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tokio-retry]
version = "0.3"

[dev-dependencies.serial_test]
version = "3"

[features]
default = []
metrics = []
trace = ["opentelemetry"]

[lib]
name = "rs_nomad"
path = "src/lib.rs"

[package]
authors = ["Roblox"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This crate provides access to a set of strongly typed apis to interact with nomad (https://www.nomadproject.io/)"
edition = "2021"
license = "MIT"
name = "rs-nomad"
readme = "README.md"
repository = "https://github.com/Roblox/rs-nomad"
version = "0.16.0"