rust-config-tree 0.1.9

Recursive include tree utilities for layered configuration files.
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 = "2024"
rust-version = "1.85"
name = "rust-config-tree"
version = "0.1.9"
build = false
exclude = ["Cargo.lock"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Recursive include tree utilities for layered configuration files."
documentation = "https://docs.rs/rust-config-tree"
readme = "README.md"
keywords = [
    "config",
    "include",
    "tree",
    "recursive",
]
categories = ["config"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/developerworks/rust-config-tree"

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

[[example]]
name = "basic_loading"
path = "examples/basic_loading.rs"

[[example]]
name = "cli_overrides"
path = "examples/cli_overrides.rs"

[[example]]
name = "config_commands"
path = "examples/config_commands.rs"

[[example]]
name = "generate_templates"
path = "examples/generate_templates.rs"

[[example]]
name = "tree_api"
path = "examples/tree_api.rs"

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

[dependencies.clap_complete]
version = "4.6.3"

[dependencies.confique]
version = "0.4.0"
features = [
    "json5",
    "toml",
    "yaml",
]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.figment]
version = "0.10.19"
features = [
    "env",
    "json",
    "toml",
    "yaml",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tracing]
version = "0.1.44"

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