[dependencies.abi_stable]
default-features = false
optional = true
version = "0.11"
[dependencies.macros]
optional = true
package = "async-ffi-macros"
version = "0.5"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "sync", "time"]
version = "1, <1.30"
[package]
categories = ["asynchronous", "network-programming", "development-tools::ffi"]
description = "FFI-compatible `Future`s"
edition = "2018"
exclude = ["/link_tests", "/.github"]
keywords = ["ffi", "async", "futures"]
license = "MIT"
name = "async-ffi"
readme = "README.md"
repository = "https://github.com/oxalica/async-ffi"
rust-version = "1.56"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]