# 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-cpupool" version = "0.3.0" authors = ["asonix "] description = "A simple async threadpool for CPU-bound tasks" documentation = "https://docs.rs/async-cpupool" readme = "README.md" keywords = [ "async", "blocking", "threadpool", ] license = "GPL-3.0" repository = "https://git.asonix.dog/safe-async/async-cpupool" [dependencies.metrics] version = "0.23.0" [dependencies.tracing] version = "0.1.40" [target."cfg(loom)".dependencies.loom] version = "0.7" features = ["futures"] [target."cfg(not(loom))".dev-dependencies.smol] version = "2.0.0" [target."cfg(not(loom))".dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]