# 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 = "aector" version = "0.1.1" authors = ["hopfii"] description = """ Dynamic implementation of the actor model with a smart built-in testing framework. """ documentation = "https://docs.rs/aector" keywords = [ "actor", "actors", "async", "tokio", "futures", ] categories = [ "Asynchronous", "Concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hopfii/aector" resolver = "2" [dependencies.dashmap] version = "5.2.0" [dependencies.futures] version = "0.3.21" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.34" [dev-dependencies.tracing-appender] version = "0.2.2" [dev-dependencies.tracing-bunyan-formatter] version = "0.3.2" [dev-dependencies.tracing-log] version = "0.1.2" [dev-dependencies.tracing-subscriber] version = "0.3.11" features = ["env-filter"]