beetmash_scene 0.0.7

The number one bevy scene registry.
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"
name = "beetmash_scene"
version = "0.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The number one bevy scene registry."
homepage = "https://beetmash.com"
documentation = "https://beetmash.com/docs/beetmash"
readme = false
keywords = [
    "beetmash",
    "behavior",
    "game-ai",
    "robotics",
]
categories = [
    "science::robotics",
    "game-development",
    "simulation",
    "wasm",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mrchantey/beetmash"

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

[[example]]
name = "export_test_scene"
path = "examples/export_test_scene.rs"

[dependencies.anyhow]
version = "1.0.75"

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

[dependencies.bevy_reflect]
version = "0.15"
optional = true

[dependencies.extend]
version = "1.1.2"

[dependencies.forky]
version = "0.2"
features = [
    "bevy",
    "web",
]

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sweet]
version = "0.2"
features = ["bevy"]
optional = true

[dependencies.ts-rs]
version = "9.0.1"
optional = true

[dev-dependencies.sweet]
version = "0.2"
features = ["bevy"]

[features]
default = [
    "render",
    "export_types",
]
export_types = [
    "dep:ts-rs",
    "dep:bevy_reflect",
    "bevy_reflect/documentation",
]
render = [
    "scene",
    "bevy/default",
]
scene = [
    "bevy/bevy_scene",
    "bevy/serialize",
]
test = ["dep:sweet"]