blob: 0f188bfc9073d913ec27645229cc5c0638360306 [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "smol"
version = "0.1.11"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
autoexamples = false
description = "A small and fast async runtime"
homepage = "https://github.com/stjepang/smol"
documentation = "https://docs.rs/smol"
readme = "README.md"
keywords = ["async", "await", "future", "io", "networking"]
categories = ["asynchronous", "concurrency", "network-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/smol"
[[bench]]
name = "spawn"
harness = false
[dependencies.async-task]
version = "3.0.0"
[dependencies.crossbeam-deque]
version = "0.7.3"
[dependencies.crossbeam-queue]
version = "0.2.1"
[dependencies.crossbeam-utils]
version = "0.7.2"
[dependencies.futures-io]
version = "0.3.5"
features = ["std"]
default-features = false
[dependencies.futures-util]
version = "0.3.5"
features = ["std", "io"]
default-features = false
[dependencies.once_cell]
version = "1.3.1"
[dependencies.piper]
version = "0.1.2"
[dependencies.scoped-tls-hkt]
version = "0.1.2"
[dependencies.slab]
version = "0.4.2"
[dependencies.socket2]
version = "0.3.12"
features = ["pair", "unix"]
[dependencies.tokio]
version = "0.2"
features = ["rt-threaded"]
optional = true
default-features = false
[dev-dependencies.criterion]
version = "0.3"
[dev-dependencies.futures]
version = "0.3.5"
features = ["std"]
default-features = false
[dev-dependencies.num_cpus]
version = "1.13.0"
[dev-dependencies.tempfile]
version = "3.1.0"
[features]
tokio02 = ["tokio"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.70"
[target."cfg(windows)".dependencies.wepoll-binding]
version = "2.0.2"