async-compat 0.2.6

Compatibility adapter between tokio and futures
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 = "2021"
rust-version = "1.71"
name = "async-compat"
version = "0.2.6"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compatibility adapter between tokio and futures"
homepage = "https://github.com/smol-rs/async-compat"
documentation = "https://docs.rs/async-compat"
readme = "README.md"
keywords = [
    "tokio",
    "futures",
    "convert",
    "context",
]
categories = ["asynchronous"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-compat"

[features]
default = []
multi-thread = ["tokio/rt-multi-thread"]

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

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

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

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

[dependencies.once_cell]
version = "1.4.1"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.tokio]
version = "1"
features = ["rt"]
default-features = false

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

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

[dev-dependencies.reqwest]
version = "0.13"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "io-std",
    "io-util",
    "macros",
    "net",
    "time",
]
default-features = false

[dev-dependencies.warp]
version = "0.4"
features = ["server"]