# 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 = "protoactor" version = "0.1.0" authors = ["Milan Jarić"] description = "ProtoActor implementation in Rust" documentation = "https://docs.rs/protoactor" readme = "README.md" keywords = [ "actor", "actor-system", "distributed", ] categories = [ "concurrency", "asynchronous", "network-programming", ] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/0xPANSE/protoactor-rs" resolver = "1" [dependencies.futures] version = "0.3" [dependencies.protoactor-cluster] version = "0.1.0" optional = true [dependencies.protoactor-persistence] version = "0.1.0" optional = true [dependencies.protoactor-remote] version = "0.1.0" optional = true [dependencies.tokio] version = "1.0" features = ["full"] [features] cluster = [ "protoactor-remote", "protoactor-cluster", ] default = [] persistence = ["protoactor-persistence"] remote = ["protoactor-remote"]