dumbo_config 0.3.3

a config loader
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 = "dumbo_config"
version = "0.3.3"
authors = ["zongying_cao <zongying_cao@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a config loader"
documentation = "https://docs.rs/dumbo_config"
readme = "README.md"
license = "MIT"
repository = "https://github.com/cao5zy/dumbo-config"

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

[dependencies.config]
version = "0.15.14"

[dependencies.log]
version = "0.4.28"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yaml]
version = "0.9.34"

[dev-dependencies.ctor]
version = "0.6.3"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.serial_test]
version = "3.2.0"

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