# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "acteur" version = "0.12.2" authors = ["David Bonet "] description = "A safe actor-like framework that just works. Simple, robust, fast, documented." homepage = "https://github.com/DavidBM/acteur-rs" readme = "README.md" keywords = ["actor", "messages", "actors", "async", "system"] categories = ["asynchronous", "concurrency"] license = "Apache-2.0/MIT" repository = "https://github.com/DavidBM/acteur-rs" [dependencies.async-channel] version = "1" [dependencies.async-std] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.dashmap] version = "3" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.num_cpus] version = "1.13" [dependencies.rand] version = "0.7" [badges.maintenance] status = "actively-developed"