# 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 = "2018" name = "hecs-hierarchy" version = "0.12.1" authors = ["Tim Roberts "] description = "Hierachy implementation for Hecs ECS" documentation = "https://docs.rs/hecs-hierarchy" readme = "README.md" keywords = [ "gamedev", "ecs", "hierarchy", "hecs", ] license-file = "LICENSE" repository = "https://github.com/ten3roberts/hecs-hierarchy" [dependencies.hecs] version = "0.10.4" [dependencies.hecs-schedule] version = "0.7.0" default-features = false [dependencies.once_cell] version = "1.19.0" [dependencies.smallvec] version = "1.11.2"