# 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 = "tokactor" version = "2.1.0" authors = ["Alec Di Vito"] description = "A actor model framework wrapped around tokio" homepage = "https://github.com/wasmcompute/tokactor" documentation = "https://docs.rs/tokactor" readme = "README.md" keywords = [ "actor", "tokactor", ] categories = [ "actor", "tokio", "async", ] license = "MIT" [lib] name = "tokactor" path = "src/lib.rs" [[bench]] name = "actor" harness = false [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "sync", "time", "signal", "net", "io-util", "macros", ] [dependencies.tracing] version = "0.1" [dev-dependencies.criterion] version = "0.5" features = [ "html_reports", "async_tokio", ] [dev-dependencies.http] version = "0.2.9" [dev-dependencies.httparse] version = "1.8.0" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = []