# 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 = "futures-cputask" version = "0.3.0" authors = ["Charlotte D. "] description = "Turn synchronous CPU-bound tasks into futures" readme = "README.md" keywords = ["async", "cpu-task", "threadpool"] categories = ["asynchronous", "concurrency"] license = "MIT OR Apache-2.0" repository = "https://git.darkkirb.de/root/futures-cputask" [package.metadata.docs.rs] all-features = true [dependencies.futures] version = "0.3.0" features = ["thread-pool"] [dependencies.futures-cputask-derive] version = "0.3.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.9.0" [dependencies.threadpool] version = "1.7.1" optional = true [dependencies.uvth] version = "4.0.0" optional = true [features] default = ["uvth"] derive = ["futures-cputask-derive"]