wae-config 0.0.2

WAE Config - 多层级配置管理,支持 TOML/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 = "2024"
name = "wae-config"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WAE Config - 多层级配置管理,支持 TOML/YAML/环境变量"
homepage = "https://github.com/oovm/wae/tree/main/backends/wae-config"
documentation = "https://docs.rs/wae-config"
readme = "README.md"
keywords = [
    "config",
    "configuration",
    "toml",
    "yaml",
    "env",
]
categories = [
    "config",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/oovm/wae/tree/main/backends/wae-config"
resolver = "2"

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

[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"

[[test]]
name = "main"
path = "tests/main.rs"

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

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

[dependencies.wae-types]
version = "0.0.2"

[dev-dependencies.tempfile]
version = "3"