y2hcl 0.1.0

Convert Helm Chart Values yaml to Terraform helm_release set_value, Helm Cli --set values etc.
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 = "y2hcl"
version = "0.1.0"
authors = ["Mohamed Abdelgadir"]
description = "Convert Helm Chart Values yaml to Terraform helm_release set_value, Helm Cli --set values etc."
readme = "README.md"
keywords = [
    "shell",
    "cli",
    "yaml",
    "helm",
    "hcl",
]
categories = [
    "command-line-utilities",
    "convert-yaml-values-to-hcl",
]
license = "MIT"
repository = "https://github.com/zoro16/y2hcl"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true

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

[dependencies.serde]
version = "1.0.162"

[dependencies.serde_yaml]
version = "0.9.21"