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