# 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 = "autopool" version = "0.1.2" authors = ["Ryan Ragona "] description = "Self balancing async worker pool" readme = "README.md" license = "MIT" [dependencies.async-std] version = "1.6.2" features = ["unstable"] [dependencies.chrono] version = "0.4.11" optional = true [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.fern] version = "0.6.0" optional = true [dependencies.log] version = "0.4.8" [dependencies.tempfile] version = "3.1.0" optional = true [dev-dependencies.futures-await-test] version = "0.3.0" [dev-dependencies.surf] version = "2.0.0-alpha.4" [features] tuning = ["fern", "chrono", "tempfile"]