nethermit 0.1.4

A CLI tool to convert Jsonnet to YAML
Documentation
# 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 = "nethermit"
version = "0.1.4"
authors = ["Rui Vieira <me@ruivieira.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool to convert Jsonnet to YAML"
readme = "README.md"
keywords = [
    "jsonnet",
    "yaml",
    "cli",
    "converter",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://gitlab.com/ruivieira/nethermit"

[package.metadata.publish]
allow = ["gitlab:ruivieira/nethermit"]

[lib]
name = "nethermit"
path = "src/lib.rs"

[[bin]]
name = "nethermit"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.colored]
version = "2.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.jsonnet-rs]
version = "0.17.0"

[dependencies.k8s-openapi]
version = "0.20"
features = ["v1_28"]

[dependencies.kube]
version = "0.87"
features = [
    "runtime",
    "derive",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tabled]
version = "0.15"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dev-dependencies.mockall]
version = "0.12"