bevy_map_schema 0.6.0

Schema validation for bevy_map_editor entity types
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 = "2021"
rust-version = "1.76.0"
name = "bevy_map_schema"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema validation for bevy_map_editor entity types"
readme = "README.md"
keywords = [
    "bevy",
    "tilemap",
    "schema",
    "validation",
    "types",
]
categories = [
    "game-development",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jbuehler23/bevy_map_editor"

[features]
default = []

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

[dependencies.bevy_map_core]
version = "0.6.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"
derivable_impls = "allow"
field_reassign_with_default = "allow"
map_entry = "allow"
option_map_or_none = "allow"
ptr_arg = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unnecessary_map_or = "allow"
unnecessary_owned_empty_strings = "allow"
unnecessary_to_owned = "allow"