# 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 = "tiny-actor" version = "0.2.1" authors = ["jvdwrf"] description = "A minimal actor framework for Rust" homepage = "https://github.com/jvdwrf/tiny-actor" readme = "README.md" keywords = [ "actor", "actor-system", "tokio", "pool", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/jvdwrf/tiny-actor" resolver = "2" [dependencies.concurrent-queue] version = "^1.0" [dependencies.event-listener] version = "^2.0" [dependencies.futures] version = "^0.3" [dependencies.thiserror] version = "^1.0" [dependencies.tokio] version = "^1.0" features = [ "time", "rt", "macros", ] [dev-dependencies.spin_sleep] version = "1.1" [dev-dependencies.tokio] version = "1.18" features = ["full"] [features] internals = []