# 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.68" name = "unicycle" version = "0.10.2" authors = ["John-John Tedro "] description = "A scheduler for driving a large number of futures." homepage = "https://github.com/udoprog/unicycle" documentation = "https://docs.rs/unicycle" readme = "README.md" keywords = [ "async", "future", "futures", ] categories = [ "algorithms", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/udoprog/unicycle" [[bench]] name = "unordered" harness = false [dependencies.futures-core] version = "0.3.28" optional = true [dependencies.lock_api] version = "0.4.9" optional = true [dependencies.parking_lot] version = "0.12.1" optional = true [dependencies.uniset] version = "0.2.3" features = ["vec-safety"] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.crossbeam] version = "0.8.2" [dev-dependencies.futures] version = "0.3.28" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.27.0" features = [ "full", "test-util", ] [dev-dependencies.tokio-stream] version = "0.1.12" [dev-dependencies.tokio-util] version = "0.7.7" features = ["codec"] [features] default = [ "futures-rs", "parking-lot", ] futures-rs = ["futures-core"] parking-lot = [ "lock_api", "parking_lot", ]