[dependencies.chrono]
default-features = false
features = ["std", "serde"]
version = "0.4.38"
[dependencies.derive_builder]
version = "0.20.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.215"
[dependencies.serde_json]
version = "1.0.133"
[lib]
name = "nomad_api_types"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "Types for the Nomad API, generated from the official go Nomad Client from Hashicorp."
edition = "2021"
include = ["/src", "README.md"]
keywords = ["nomad", "http", "api"]
license = "MIT"
name = "nomad-api-types"
readme = "README.md"
repository = "https://gitlab.com/cmd-johnson/nomad-api-types"
version = "1.0.0"