# 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" version = "0.4.0" 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/amethyst/legion" [[test]] name = "codegen" required-features = ["codegen"] [[test]] name = "systems_par_for_each" required-features = ["parallel"] [[bench]] name = "benchmarks" harness = false [[bench]] name = "parallel_query" harness = false required-features = ["parallel"] [[bench]] name = "transform" harness = false required-features = ["parallel"] [[bench]] name = "insertion" harness = false [dependencies.atomic_refcell] version = "0.1.6" [dependencies.bit-set] version = "0.5" [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.downcast-rs] version = "1.2" [dependencies.erased-serde] version = "0.3" optional = true [dependencies.itertools] version = "0.10" [dependencies.legion_codegen] version = "0.4.0" optional = true [dependencies.parking_lot] version = "0.11" [dependencies.paste] version = "1.0.0" [dependencies.rayon] version = "1.4" optional = true [dependencies.scoped-tls-hkt] version = "0.1" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.smallvec] version = "1.4" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.bincode] version = "1.3" [dev-dependencies.cgmath] version = "0.18" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.trybuild] version = "1.0" [features] codegen = ["legion_codegen"] crossbeam-events = ["crossbeam-channel"] default = ["parallel", "serialize", "crossbeam-events", "codegen"] extended-tuple-impls = [] parallel = ["rayon"] serialize = ["serde", "erased-serde", "uuid/serde", "scoped-tls-hkt"] stdweb = ["uuid/stdweb"] wasm-bindgen = ["uuid/wasm-bindgen"]