# 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 = "nomadcfg" version = "0.0.6" authors = ["Folke B."] exclude = [ ".gitignore", ".github", "nomadapi", "deny.toml", "target", ] description = "A CLI tool for defining HashiCorp Nomad job specs in jsonnet." readme = "README.md" keywords = [ "nomad", "jsonnet", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/cloneable/nomadcfg" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.diff] version = "0.1" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.jrsonnet-evaluator] version = "0.5.0-pre94" features = ["exp-preserve-order"] [dependencies.jrsonnet-parser] version = "0.5.0-pre94" [dependencies.jrsonnet-stdlib] version = "0.5.0-pre94" features = ["exp-preserve-order"] [dependencies.reqwest] version = "0.11" features = [ "rustls-tls", "json", "rustls-pemfile", "blocking", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9" [dependencies.strsim] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.7" features = ["preserve_order"] [dependencies.url] version = "2"