bevy_map_codegen 0.6.0

Code generation for bevy_map_editor game projects
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_codegen"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation for bevy_map_editor game projects"
readme = "README.md"
keywords = [
    "bevy",
    "codegen",
    "game-development",
    "editor",
]
categories = [
    "game-development",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jbuehler23/bevy_map_editor"

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

[dependencies.bevy_map_core]
version = "0.6.0"

[dependencies.bevy_map_schema]
version = "0.6.0"

[dependencies.codegen]
version = "0.2"

[dependencies.prettyplease]
version = "0.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[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"