cloudiful-bevy-settings 0.1.2

Reusable Bevy settings runtime for app-defined actions, field keys, and localization context.
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 = "cloudiful-bevy-settings"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable Bevy settings runtime for app-defined actions, field keys, and localization context."
homepage = "https://github.com/cloudiful/bevy.git"
documentation = "https://docs.rs/cloudiful-bevy-settings"
readme = "README.md"
keywords = [
    "bevy",
    "settings",
    "ui",
    "gamedev",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cloudiful/bevy.git"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[dependencies.bevy-persistent]
version = "0.10.0"
features = ["toml"]

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