# 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 = "stage" version = "0.2.0" authors = ["Khionu Sybiern "] description = "An ergonomic, composable Actor Model, designed for painless concurrency" keywords = ["actors", "async"] categories = ["asynchronous", "concurrency"] license-file = "LICENSE.md" [dependencies.crossbeam-channel] version = "0.4.0" [dependencies.crossbeam-deque] version = "0.7.2" [dependencies.dashmap] version = "3.1.0" [dependencies.futures] version = "0.3.1" [dependencies.mirai] version = "0.0.4" optional = true [dependencies.once_cell] version = "1.2.0" [dependencies.pin-utils] version = "0.1.0-alpha.4" [dependencies.tracing] version = "0.1.13" [dev-dependencies.tracing-subscriber] version = "0.2.0" [features] default = ["tcp", "udp"] tcp = ["use-mirai", "mirai/tcp"] udp = ["use-mirai", "mirai/udp"] use-mirai = ["mirai"]