# 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" rust-version = "1.56" name = "akt" version = "0.1.2" authors = ["Artyom Kozhemiakin "] description = """ An actors library for Rust and Tokio designed to work with async / await message handlers out of the box. """ homepage = "https://github.com/akozhemiakin/akt" readme = "README.md" keywords = [ "actor", "futures", "actix", "async", "tokio", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/akozhemiakin/akt" [dependencies.async-trait] version = "0.1.58" [dependencies.error-stack] version = "0.2.4" optional = true [dependencies.tokio] version = "1" features = [ "sync", "rt", "macros", "time", ] [dev-dependencies.thiserror] version = "1.0.38" [dev-dependencies.tokio] version = "1" features = [ "sync", "rt", "macros", "time", "rt-multi-thread", ]