# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nquery" version = "0.3.1" authors = ["Aru Sahni "] description = "Query your Nomad clusters" homepage = "https://github.io/sparkmeter/nquery" readme = "README.md" keywords = ["nomad", "hashicorp"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sparkmeter/nquery" [profile.release] opt-level = "s" lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0" [dependencies.color-backtrace] version = "0.4" [dependencies.env_logger] version = "0.7" [dependencies.jsonpath_lib] version = "0.2.5" [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.ureq] version = "1.5" features = ["json"] [badges.is-it-maintained-issue-resolution] repository = "sparkmeter/nquery" [badges.is-it-maintained-open-issues] repository = "sparkmeter/nquery" [badges.maintenance] status = "actively-developed"