[package] name = "rs-nomad" version = "0.13.2" authors = ["Roblox"] edition = "2021" description = "This crate provides access to a set of strongly typed apis to interact with nomad (https://www.nomadproject.io/)" readme = "README.md" repository = "https://github.com/Roblox/rs-nomad" license-file = "LICENSE" [features] default = [] metrics = [] trace = ["opentelemetry"] [dependencies] http = "1" http-body-util = "0.1" hyper = { version = "1", features = ["full"] } hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "ring", "webpki-roots"] } hyper-util = { version = "0.1", features = ["client", "client-legacy", "tokio", "http2"] } opentelemetry = { version = "0.27", features = ["trace"], optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" smart-default = "0.7" thiserror = "2" tokio = { version = "1", features = ["full"] } tokio-retry = "0.3" [dev-dependencies] serial_test = "3"