# 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 = "aery" version = "0.8.1" authors = ["iiYese iiyese@outlook.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Non-fragmenting ZST relations for Bevy." readme = "README.md" keywords = [ "bevy", "relations", "game", "ecs", ] license = "MIT OR Apache-2.0" repository = "https://github.com/iiYese/aery" [lib] name = "aery" path = "src/lib.rs" [[example]] name = "cleanup" path = "examples/cleanup.rs" [[example]] name = "in_range" path = "examples/in_range.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.aery_macros] version = "0.3.0-dev" [dependencies.aquamarine] version = "0.3.2" [dependencies.bevy_app] version = "0.15" [dependencies.bevy_derive] version = "0.15" [dependencies.bevy_ecs] version = "0.15" [dependencies.bevy_hierarchy] version = "0.15" [dependencies.bevy_log] version = "0.15" [dependencies.bevy_reflect] version = "0.15" [dependencies.bevy_utils] version = "0.15" [dependencies.smallvec] version = "1.11.0" [dev-dependencies.bevy] version = "0.15"