async-ffi 0.5.1

FFI-compatible `Future`s
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
rust-version = "1.71"
name = "async-ffi"
version = "0.5.1"
build = false
exclude = [
    "/link_tests",
    "/.github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI-compatible `Future`s"
readme = "README.md"
keywords = [
    "ffi",
    "async",
    "futures",
]
categories = [
    "asynchronous",
    "network-programming",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/oxalica/async-ffi"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "async_ffi"
path = "src/lib.rs"

[[test]]
name = "basic"
path = "tests/basic.rs"

[dependencies.abi_stable]
version = "0.11"
optional = true
default-features = false

[dependencies.macros]
version = "0.5"
optional = true
package = "async-ffi-macros"

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