cloudiful-config 0.4.2

Small serde-based config helpers for TOML, JSON, JSONC, env overrides, and atomic saves.
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 = "cloudiful-config"
version = "0.4.2"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small serde-based config helpers for TOML, JSON, JSONC, env overrides, and atomic saves."
documentation = "https://docs.rs/cloudiful-config"
readme = "README.md"
keywords = [
    "config",
    "serde",
    "jsonc",
    "toml",
    "env",
]
license = "MIT"
repository = "https://github.com/cloudiful/config.git"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toml]
version = "1.1.2"