# 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 = "message_worker" version = "0.6.0" authors = ["Nick Webster "] description = "Message Worker is a low-ish level library for Rust for the creation of event-listeners using futures and streams. Notably MW supports non-sync and non-send (i.e. non-thread-safe) contexts within listeners." readme = "README.md" categories = [ "asynchronous", "concurrency", ] license = "MPL-2.0" repository = "https://github.com/NickGeek/message_worker/" [[bench]] name = "benchmarks" harness = false [dependencies.ees] version = "1.0.0" [dependencies.tokio] version = "^1.6.0" features = [ "rt-multi-thread", "sync", "parking_lot", ] [dependencies.tokio-stream] version = "~0.1.6" features = ["sync"] [dev-dependencies.anyhow] version = "^1.0.40" [dev-dependencies.criterion] version = "0.5.1" features = [ "async_tokio", "html_reports", ] [dev-dependencies.deno_core] version = "0.199.0" features = [ "default", "include_js_files_for_snapshotting", ] [dev-dependencies.futures] version = "~0.3.15" [dev-dependencies.tokio] version = "^1.6.0" features = [ "rt-multi-thread", "sync", "parking_lot", "macros", "test-util", ]