91 lines
1.8 KiB
TOML
91 lines
1.8 KiB
TOML
# 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.60"
|
|
name = "futures-lite"
|
|
version = "2.6.1"
|
|
authors = [
|
|
"Stjepan Glavina <stjepang@gmail.com>",
|
|
"Contributors to futures-rs",
|
|
]
|
|
build = false
|
|
exclude = ["/.*"]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Futures, streams, and async I/O combinators"
|
|
homepage = "https://github.com/smol-rs/futures-lite"
|
|
documentation = "https://docs.rs/futures-lite"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"asynchronous",
|
|
"futures",
|
|
"async",
|
|
]
|
|
categories = [
|
|
"asynchronous",
|
|
"concurrency",
|
|
]
|
|
license = "Apache-2.0 OR MIT"
|
|
repository = "https://github.com/smol-rs/futures-lite"
|
|
|
|
[features]
|
|
alloc = []
|
|
default = [
|
|
"race",
|
|
"std",
|
|
]
|
|
race = ["fastrand"]
|
|
std = [
|
|
"alloc",
|
|
"fastrand/std",
|
|
"futures-io",
|
|
"parking",
|
|
]
|
|
|
|
[lib]
|
|
name = "futures_lite"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.fastrand]
|
|
version = "2.0.0"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.futures-core]
|
|
version = "0.3.5"
|
|
default-features = false
|
|
|
|
[dependencies.futures-io]
|
|
version = "0.3.5"
|
|
optional = true
|
|
|
|
[dependencies.memchr]
|
|
version = "2.3.3"
|
|
optional = true
|
|
|
|
[dependencies.parking]
|
|
version = "2.2.0"
|
|
optional = true
|
|
|
|
[dependencies.pin-project-lite]
|
|
version = "0.2.0"
|
|
|
|
[dev-dependencies.spin_on]
|
|
version = "0.1.0"
|
|
|
|
[dev-dependencies.waker-fn]
|
|
version = "1.0.0"
|