blob: 2037853564526b18a13b6841ffe8d1e8ea317d5d [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "blocking"
version = "1.0.2"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
description = "A thread pool for isolating blocking I/O in async programs"
homepage = "https://github.com/stjepang/blocking"
documentation = "https://docs.rs/blocking"
readme = "README.md"
keywords = ["async", "file", "stdio", "stdin", "process"]
categories = ["asynchronous", "concurrency"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/blocking"
[dependencies.async-channel]
version = "1.4.0"
[dependencies.async-task]
version = "4.0.2"
[dependencies.atomic-waker]
version = "1.0.0"
[dependencies.fastrand]
version = "1.3.4"
[dependencies.futures-lite]
version = "1.11.0"
[dependencies.once_cell]
version = "1.4.1"