kevy-config 2.0.21

Zero-dependency TOML subset parser and Config schema for kevy.
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 = "kevy-config"
version = "2.0.21"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-dependency TOML subset parser and Config schema for kevy."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-config"
readme = "README.md"
keywords = [
    "toml",
    "config",
    "kevy",
    "redis",
    "kv",
]
categories = [
    "config",
    "parsing",
    "database-implementations",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"

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

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

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

[dependencies]