# 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 = "gabriel2" version = "1.5.0" authors = ["Evgeny Igumnov "] description = "Gabriel2: Indeed, an actor library based on Tokio, written in Rust" documentation = "https://docs.rs/gabriel2" readme = "README.md" keywords = ["actor"] categories = ["concurrency"] license-file = "LICENSE" repository = "https://github.com/igumnoff/gabriel2" resolver = "1" [package.metadata.docs.rs] features = [ "remote", "broadcast", "sink-stream", "balancer", ] [dependencies.async-stream] version = "0.3.5" [dependencies.bincode] version = "2.0.0-rc.3" optional = true [dependencies.env_logger] version = "0.11.3" [dependencies.futures] version = "0.3.26" [dependencies.log] version = "0.4.17" [dependencies.tokio] version = "1.25.0" optional = true [features] all = [ "remote", "sink-stream", "broadcast", "balancer", "tokio/io-util", "tokio/sync", "tokio/rt", "tokio/rt-multi-thread", "tokio/macros", "tokio/tokio-macros", "tokio/signal", "tokio/time", ] balancer = [ "tokio/rt", "tokio/sync", ] broadcast = [] default = ["all"] remote = [ "tokio/net", "bincode", ] sink-stream = []