# 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 = "speare" version = "0.1.10" description = "actor-like thin abstraction over tokio::task and flume channels" homepage = "https://github.com/vmenge/speare" readme = "README.md" license = "MIT" repository = "https://github.com/vmenge/speare" resolver = "1" [dependencies.async-trait] version = "0.1.73" [dependencies.flume] version = "0.11.0" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt", "sync", "time", ] [dev-dependencies.derive_more] version = "0.99.17" [dev-dependencies.tokio] version = "1.35.1" features = [ "macros", "rt", "rt-multi-thread", "sync", "time", "test-util", ]