raz-config 0.2.4

Configuration management for RAZ - handles loading, saving, validation, and inheritance
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 = "raz-config"
version = "0.2.4"
authors = ["Uriah Galang <codeitlikemiley@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration management for RAZ - handles loading, saving, validation, and inheritance"
homepage = "https://github.com/codeitlikemiley/raz"
documentation = "https://docs.rs/raz-config"
readme = "README.md"
keywords = [
    "config",
    "configuration",
    "toml",
    "validation",
]
categories = [
    "config",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/codeitlikemiley/raz"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.indexmap]
version = "2.0"
features = ["serde"]

[dependencies.once_cell]
version = "1.19"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.proptest]
version = "1.4"

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