konfig-rust 0.1.1

A library providing a simple way to cnteralized config management in your codebase
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 = "konfig-rust"
version = "0.1.1"
authors = ["kociumba <kociumba1@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library providing a simple way to cnteralized config management in your codebase"
readme = "README.md"
keywords = [
    "config",
    "configuration",
    "json",
    "yaml",
    "toml",
]
categories = [
    "config",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/kociumba/konfig-rust"

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

[dependencies.konfig-rust-derive]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1.0.139"

[dependencies.serde_yaml]
version = "0.9.34+deprecated"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.toml]
version = "0.8.20"