# 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" rust-version = "1.57" name = "unblock" version = "0.6.0" authors = ["Juan Aguilar Santillana "] description = "A thread pool for isolating blocking in async programs" readme = "README.md" keywords = [ "async", "spawn_blocking", ] categories = [ "asynchronous", "concurrency", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/botika/unblock" [dependencies.ctor] version = "0.1" [dependencies.num_cpus] version = "1.13" optional = true [dependencies.once_cell] version = "1.4" optional = true [dependencies.parking_lot] version = "0.12" [dependencies.tokio] version = "1.21" features = ["sync"] default-features = false [dev-dependencies.futures] version = "0.3" [features] default = [] lazy = ["once_cell"] mt = ["num_cpus"]