stackful 0.1.5

Bridge between sync and async
Documentation
[build-dependencies.cc]
version = "1.0"

[dependencies.futures-executor]
optional = true
version = "0.3.5"

[dev-dependencies.byteorder]
version = "1.3"

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

[features]
default = ["future"]
future = ["futures-executor"]
nightly = []

[package]
authors = ["Gary Guo <gary@garyguo.net>"]
description = "Bridge between sync and async"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "stackful"
readme = "README.md"
repository = "https://github.com/nbdd0121/stackful"
version = "0.1.5"

[target.'cfg(not(any(target_arch = "wasm32", windows)))'.dependencies.libc]
version = "0.2"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.async-std]
features = ["unstable"]
version = "1.6"