bevy-settings-lib 0.1.2

A flexible settings management library for Bevy with async saving, multiple formats, and built‑in validation
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 = "bevy-settings-lib"
version = "0.1.2"
build = false
exclude = [
    ".gitignore",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A flexible settings management library for Bevy with async saving, multiple formats, and built‑in validation"
readme = "README.md"
keywords = [
    "bevy",
    "settings",
    "configuration",
    "serialization",
    "game-dev",
]
categories = [
    "game-development",
    "config",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/KozinOleg97/bevy-settings-lib"

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

[dependencies.bevy]
version = "0.18"
features = ["bevy_log"]
default-features = false

[dependencies.directories]
version = "6.0.0"

[dependencies.postcard]
version = "1.1"
features = ["alloc"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1"

[dev-dependencies.serial_test]
version = "3.4.0"