Crates.io | nomad-api-types |
lib.rs | nomad-api-types |
version | |
source | src |
created_at | 2024-12-06 19:43:51.02185 |
updated_at | 2024-12-06 19:43:51.02185 |
description | Types for the Nomad API, generated from the official go Nomad Client from Hashicorp. |
homepage | |
repository | https://gitlab.com/cmd-johnson/nomad-api-types |
max_upload_size | |
id | 1474612 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate packages request and response types of the Hashicorp Nomad HTTP API.
These types are automatically generated from the official go API client and are ready to be used with serde.