# 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 = "threader" version = "0.0.4" authors = ["Factorial"] description = "A performant multithreaded future executor and event loop." readme = "README.MD" categories = ["asynchronous", "concurrency", "network-programming"] license = "MIT" repository = "https://www.github.com/27factorial/threader.git" [dependencies.crossbeam] version = "0.7.2" [dependencies.futures] version = "0.3.0" [dependencies.mio] version = "0.6.19" [dependencies.num_cpus] version = "1.10.1" [dependencies.once_cell] version = "1.1.0" [dependencies.parking_lot] version = "0.9.0" [dev-dependencies.flame] version = "0.2.2"