# 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 = "bones_ecs" version = "0.4.0" authors = ["The Fish Folk & Spicy Lobster Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple and flexible Entity Component System." documentation = "https://fishfolk.github.io/bones/rustdoc/bones_framework/index.html" readme = "README.md" keywords = [ "bones", "bevy", "scripting", "ecs", "framework", ] categories = [ "game-development", "game-engines", "wasm", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/fishfolk/bones" [lib] name = "bones_ecs" path = "src/lib.rs" [[example]] name = "pos_vel" path = "examples/pos_vel.rs" [dependencies.anyhow] version = "1.0" [dependencies.atomicell] version = "0.2" [dependencies.bitset-core] version = "0.1" [dependencies.bones_ecs_macros] version = "0.4.0" optional = true [dependencies.bones_schema] version = "0.4.0" [dependencies.bones_utils] version = "0.4.0" [dependencies.glam] version = "0.24" optional = true [dependencies.once_map] version = "0.4.12" [dependencies.paste] version = "1.0" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.glam] version = "0.24" [features] default = [ "derive", "keysize16", ] derive = ["dep:bones_ecs_macros"] glam = [ "dep:glam", "dep:paste", "bones_schema/glam", ] keysize16 = [] keysize20 = [] keysize24 = [] keysize32 = [] serde = ["dep:serde"]