# 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 = "despero-hecs-schedule" version = "0.6.2" authors = ["Tei Roberts"] description = "Provides shedulable systems and parallel execution for hecs" documentation = "https://docs.rs/hecs-schedule" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/konceptosociala/despero-hecs-schedule" [dependencies.anyhow] version = "1.0.58" [dependencies.atomic_refcell] version = "0.1.8" [dependencies.hecs] version = "0.9.1-f" features = ["macros"] package = "despero-hecs" [dependencies.rayon] version = "1.5.3" optional = true [dependencies.smallvec] version = "1.9.0" [dependencies.thiserror] version = "1.0.31" [features] default = ["parallel"] parallel = ["rayon"]