# 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 = "2018" name = "task-executor" version = "0.3.3" authors = ["try "] exclude = [ "examples/*", "Cargo.lock", ] description = "A task executor" homepage = "https://github.com/try-box/rust-box/tree/main/task-executor" readme = "README.md" keywords = [ "task", "executor", "tokio", "async-std", ] categories = [ "asynchronous", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/try-box/rust-box/tree/main/task-executor" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.ahash] version = "0.8" [dependencies.dashmap] version = "5.4" [dependencies.futures] version = "0.3" [dependencies.futures-lite] version = "1.12" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.10" [dependencies.parking_lot] version = "0.12" [dependencies.queue-ext] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.update_rate] version = "2.0" optional = true [features] default = [] rate = ["update_rate"]