# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "specs-hierarchy" version = "0.6.0" authors = ["Aceeri ", "Rhuagh "] description = "Scene graph type hierarchy abstraction for use with specs" homepage = "https://github.com/rustgd/specs-hierarchy.git" documentation = "https://docs.rs/specs-hierarchy" readme = "README.md" keywords = ["specs", "scenegraph", "hierarchy"] license = "MIT/Apache-2.0" repository = "https://github.com/rustgd/specs-hierarchy.git" [dependencies.hibitset] version = "0.6.2" default-features = false [dependencies.shrev] version = "1.1.1" [dependencies.specs] version = "0.16.0" features = ["shred-derive"] default-features = false [features] default = ["parallel"] parallel = ["specs/parallel", "hibitset/parallel"]