dynamic-config-cli 0.6.1

Command-line diagnostics for dynamic-config: explain a value, diff two documents
# 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"
rust-version = "1.85"
name = "dynamic-config-cli"
version = "0.6.1"
authors = ["Cevat Batuhan Tolon <cevatbatuhan.tolon@gmail.com>"]
build = false
exclude = [
    "tests/**",
    "benches/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line diagnostics for dynamic-config: explain a value, diff two documents"
homepage = "https://github.com/ctolon/dynamic-config"
documentation = "https://docs.rs/dynamic-config-cli"
readme = "README.md"
keywords = [
    "config",
    "cli",
    "diagnostics",
    "explain",
    "diff",
]
categories = [
    "config",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/ctolon/dynamic-config"

[[bin]]
name = "dynamic-config"
path = "src/main.rs"

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

[dependencies.clap_complete]
version = "4.4"

[dependencies.clap_mangen]
version = "0.2"

[dependencies.dynamic-config]
version = "=0.6.1"
features = [
    "json",
    "toml",
    "yaml",
    "dotenv",
]
default-features = false