# 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] edition = "2018" name = "legion-systems" version = "0.2.4" authors = ["Thomas Gillen "] description = "High performance entity component system (ECS) library" readme = "readme.md" keywords = ["ecs", "game"] categories = ["game-engines", "data-structures"] license = "MIT" repository = "https://github.com/TomGillen/legion" [dependencies.bit-set] version = "0.5" [dependencies.crossbeam-channel] version = "0.4.0" [dependencies.crossbeam-queue] version = "0.2.0" optional = true [dependencies.derivative] version = "1" [dependencies.downcast-rs] version = "1.0" [dependencies.fxhash] version = "0.2" [dependencies.itertools] version = "0.8" [dependencies.legion-core] version = "0.2.4" default-features = false [dependencies.paste] version = "0.1" [dependencies.rayon] version = "1.2" optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.2" [features] par-iter = ["rayon", "legion-core/par-iter"] par-schedule = ["rayon", "crossbeam-queue"] [badges.travis-ci] branch = "master" repository = "TomGillen/legion"