cloudiful-config 0.6.2

Small serde-based config helpers for default app TOML/SQL stores, 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.6.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 default app TOML/SQL stores, env overrides, and atomic saves."
documentation = "https://docs.rs/cloudiful-config"
readme = "README.md"
keywords = [
    "config",
    "serde",
    "toml",
    "env",
    "sql",
]
license = "MIT"
repository = "https://github.com/cloudiful/config.git"

[features]
default = []
keyring = [
    "dep:keyring",
    "dep:keyring-core",
]

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

[dependencies.keyring]
version = "4.0.0"
optional = true

[dependencies.keyring-core]
version = "1.0.0"
optional = true

[dependencies.postgres]
version = "0.19.13"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toml]
version = "1.1.2"