azac 0.2.6

better azure cli app configuration
# 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 = "2024"
name = "azac"
version = "0.2.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "better azure cli app configuration"
readme = "README.md"
license = "MIT"

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

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

[dependencies.directories]
version = "5"

[dependencies.heck]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.inquire]
version = "0.7"

[dependencies.owo-colors]
version = "4"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tabled]
version = "0.16"
features = [
    "std",
    "derive",
]
default-features = false

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"