gizmo-core 0.1.7

A custom ECS and physics engine aimed for realistic simulations.
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 = "gizmo-core"
version = "0.1.7"
authors = ["Bedir"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A custom ECS and physics engine aimed for realistic simulations."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://git.bedirkaraabali.com/bdrtr/Yelbegen-engine"

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

[[bench]]
name = "ecs_bench"
path = "benches/ecs_bench.rs"
harness = false

[[bench]]
name = "map_bench"
path = "benches/map_bench.rs"
harness = false

[[bench]]
name = "par_iter_bench"
path = "benches/par_iter_bench.rs"
harness = false

[[bench]]
name = "path_bench"
path = "benches/path_bench.rs"
harness = false

[[bench]]
name = "reflect_bench"
path = "benches/reflect_bench.rs"
harness = false

[[bench]]
name = "struct_bench"
path = "benches/struct_bench.rs"
harness = false

[dependencies.bevy_reflect]
version = "0.15.1"
features = ["functions"]

[dependencies.crossbeam-queue]
version = "0.3.12"

[dependencies.rayon]
version = "1.11.0"

[dependencies.ron]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.uuid]
version = "1.23.0"
features = [
    "v4",
    "serde",
]

[dev-dependencies.bevy_tasks]
version = "0.15"

[dev-dependencies.chacha20]
version = "0.10.0"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.rand]
version = "0.10.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.chrono]
version = "0.4.44"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-time]
version = "0.2"