# 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 = "coordinator" version = "0.1.1" authors = ["tachibanayui"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Coordinator is a library to load balance tasks into task runners" documentation = "https://docs.rs/coordinator" readme = "README.md" keywords = [ "coordinator", "task", "load-balance", "task-runner", ] license = "MIT" repository = "https://github.com/tachibanayui/coordinator" [lib] name = "coordinator" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.async-channel] version = "2.3.1" [dependencies.concurrent-queue] version = "2.5.0" [dependencies.coordinator_derive] version = "0.1.0" [dependencies.derivative] version = "2.2.0" [dependencies.event-listener] version = "5.3.1" [dependencies.futures] version = "0.3.30" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3"