# 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 = "async-backplane" version = "0.1.1" authors = ["James Laver "] description = "Simple, Erlang-inspired reliability framework for Rust Futures." homepage = "https://github.com/irrustible/async-backplane" documentation = "https://docs.rs/async-backplane" readme = "README.md" keywords = ["async", "erlang", "reliability", "supervisor", "supervision"] categories = ["asynchronous", "concurrency", "rust-patterns"] license = "MPL-2.0" repository = "https://github.com/irrustible/async-backplane" [dependencies.atomic-waker] version = "1.0" [dependencies.concurrent-queue] version = ">= 1.2.1, < 1.2.2" [dependencies.futures-lite] version = "0.1" [dependencies.futures-micro] version = "0.2" [dependencies.maybe-unwind] version = "0.3" [dependencies.pin-project-lite] version = "0.1" [dependencies.waker-queue] version = "0.1"