# 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 = "async-blocking-stdio" version = "0.1.1" authors = ["Matti "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "std::io::std{in(), out(), err()} but async" homepage = "https://gitlab.com/infomorphic-matti/async-blocking-stdio" documentation = "https://docs.rs/async-blocking-stdio" readme = "README.md" keywords = [ "async", "stdio", "stdin", "stdout", "stderr", ] categories = [ "asynchronous", "concurrency", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/infomorphic-matti/async-blocking-stdio" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] name = "async_blocking_stdio" path = "src/lib.rs" [[example]] name = "helloworld-noflush" path = "examples/helloworld-noflush.rs" [[example]] name = "helloworld-re-syncify" path = "examples/helloworld-re-syncify.rs" [dependencies.async-lock] version = "3" features = ["std"] default-features = false [dependencies.blocking] version = "1" [dependencies.futures-lite] version = "2" features = ["std"] default-features = false [dependencies.libc] version = "0.2" [dependencies.nolocal-block-on] version = "1" [dependencies.pin-project-lite] version = "0.2"