impedance 0.3.0

Tools to mix blocking and async code
Documentation
[dependencies.async-std]
features = ["unstable"]
optional = true
version = "1"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.once_cell]
version = "1.7"

[dependencies.parking_lot]
version = "0.11"

[dependencies.pin-project]
version = "1"

[dependencies.rayon]
optional = true
version = "1"

[dependencies.thiserror]
optional = true
version = "1.0.25"

[dependencies.tokio]
features = ["rt", "sync"]
optional = true
version = "1"

[dev-dependencies.async-std]
features = ["unstable", "attributes"]
version = "1"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "sync", "time"]
version = "1"

[features]
async-std-experimental = ["async-std", "futures"]
default = ["tokio"]

[package]
authors = ["Gus Wynn <guswynn@gmail.com>"]
description = "Tools to mix blocking and async code"
documentation = "https://docs.rs/impedance"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "impedance"
repository = "https://github.com/guswynn/impedance"
version = "0.3.0"

[package.metadata.docs.rs]
features = ["tokio", "rayon"]