jsony_config 0.1.2

Lenient JSON configuration framework for Rust applications based on jsony.
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"
rust-version = "1.85"
name = "jsony_config"
version = "0.1.2"
authors = ["Thomas Dagenais <exrok@i64.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lenient JSON configuration framework for Rust applications based on jsony."
readme = "README.md"
keywords = [
    "config",
    "configuration",
    "settings",
    "json",
]
categories = ["config"]
license = "MIT"
repository = "https://github.com/exrok/jsony"

[features]
default = ["kvlog"]
kvlog = ["dep:kvlog"]

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

[dependencies.jsony]
version = "0.1.9"

[dependencies.kvlog]
version = "0.1"
optional = true