# 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 = "simpl_actor" version = "0.2.7" description = "Simple tokio actors" readme = "README.md" keywords = [ "actor", "macro", "tokio", ] categories = [ "asynchronous", "concurrency", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tqwewe/simpl_actor" [[bench]] name = "concurrent_reads" harness = false [dependencies.dyn-clone] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.num_cpus] version = "1.0" [dependencies.simpl_actor_macros] version = "0.2.7" [dependencies.tokio] version = "1" features = [ "macros", "rt", "sync", "time", ] [dependencies.tracing] version = "0.1" [dev-dependencies.criterion] version = "0.4" features = ["async_tokio"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", "sync", "time", ]