# 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 = "choir" version = "0.7.0" description = "Task Orchestration Framework" documentation = "https://docs.rs/choir" readme = "README.md" keywords = [ "job-system", "tasks", ] categories = [ "concurrency", "game-development", ] license = "MIT" repository = "https://github.com/kvark/choir" [[bench]] name = "ballpark" harness = false [dependencies.crossbeam-deque] version = "0.8" [dependencies.log] version = "0.4" [dependencies.profiling] version = "1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.num_cpus] version = "1"