# 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 = "appliance" version = "0.2.4" authors = ["Pavel Korotkov "] description = "A lightweight framework to build async-friendly components with message-based intercommunications." homepage = "https://github.com/pkorotkov/appliance" documentation = "https://docs.rs/appliance" keywords = ["async", "actor", "message-passing", "smol"] license = "Apache-2.0 OR MIT" repository = "https://github.com/pkorotkov/appliance" [[bench]] name = "messages" harness = false [dependencies.async-executor] version = "1.4.0" [dependencies.async-io] version = "1.3.1" [dependencies.event-listener] version = "2.5.1" [dependencies.flume] version = "0.10.2" [dependencies.futures-lite] version = "1.11.3" [dependencies.num_cpus] version = "1.13.0" [dependencies.once_cell] version = "1.7.2" [dev-dependencies.bit-vec] version = "0.6.3" [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.thiserror] version = "1.0.24"