# 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 = "minactor" version = "0.3.0" authors = ["Daniel Connolly "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal actor framework for Rust with tokio." homepage = "https://github.com/Danconnolly/minactor" documentation = "https://docs.rs/minactor" readme = "README.md" keywords = ["actor"] license-file = "LICENSE" repository = "https://github.com/Danconnolly/minactor" [lib] name = "minactor" path = "src/lib.rs" [dependencies.log] version = "0.4.21" [dependencies.tokio] version = ">=1.23.1" features = ["full"] [dependencies.tokio-util] version = "0.7.12" features = ["rt"] [dependencies.trait-variant] version = "0.1.2"