# 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 = "nolocal-block-on" version = "1.0.1" authors = ["Matti "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "futures_lite::future::block_on that can run without using thread-locals" homepage = "https://gitlab.com/infomorphic-matti/nolocal-block-on" documentation = "https://docs.rs/nolocal-block-on" readme = "README.md" keywords = [ "async", "thread", "thread-local", "atexit", "futures", ] categories = [ "asynchronous", "concurrency", ] license = "MPL-2.0" repository = "https://gitlab.com/infomorphic-matti/nolocal-block-on" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] name = "nolocal_block_on" path = "src/lib.rs" [dependencies.parking] version = "^2.2" [dev-dependencies.async-lock] version = "3" features = ["std"] default-features = false [dev-dependencies.blocking] version = "1" [dev-dependencies.futures-lite] version = "2" features = ["std"] default-features = false [dev-dependencies.libc] version = "0.2"