# 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 = "lwactors" version = "0.2.0" authors = ["Ben Ashford "] description = "Lightweight actors for Rust using futures-rs" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/benashford/lwactors" [dependencies.async-global-executor14] version = "1.4" optional = true package = "async-global-executor" [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio02] version = "0.2" features = ["rt-core"] optional = true package = "tokio" [dependencies.tokio10] version = "1.0" features = ["rt"] optional = true package = "tokio" [dev-dependencies.futures] version = "0.3" features = ["thread-pool"] [features] __global_executor = [] __tokio = [] with_async_global_executor14 = ["async-global-executor14", "__global_executor"] with_tokio02 = ["tokio02", "__tokio", "__global_executor"] with_tokio10 = ["tokio10", "__tokio", "__global_executor"]