[dependencies.async-io]
version = "2"
[dependencies.pin-project-lite]
version = "0.1"
[dev-dependencies.futures-lite]
version = "1.8"
[lib]
name = "smol_timeout2"
path = "src/lib.rs"
[package]
authors = ["Matthieu Le brazidec (r3v2d0g) <r3v2d0g@jesus.gg>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "A way to poll a future until it or a timer completes."
documentation = "https://docs.rs/smol-timeout2"
edition = "2021"
homepage = "https://github.com/nullchinchilla/smol-timeout2"
keywords = ["async", "await", "future", "futures"]
license = "MPL-2.0"
name = "smol-timeout2"
readme = "README.md"
repository = "https://github.com/nullchinchilla/smol-timeout2"
version = "0.6.1"