# 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 = "bevy_startup_tree" version = "0.6.1" build = false exclude = ["examples/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A bevy extension for inserting startup system dependency graphs into the app" documentation = "https://docs.rs/bevy_startup_tree" readme = "README.md" keywords = [ "bevy", "game", "gamedev", "tree", "utility", ] license = "MIT OR Apache-2.0" [lib] name = "bevy_startup_tree" path = "src/lib.rs" [dependencies.bevy_app] version = "0.14" [dependencies.bevy_ecs] version = "0.14" [dependencies.bevy_startup_tree_macros] version = "0.6.1" [dependencies.itertools] version = "0.13" [dependencies.rand] version = "0.8.5" [dev-dependencies.bevy] version = "0.14" default-features = false [dev-dependencies.delegate] version = "0.12"