# 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 = "open-coroutine-queue" version = "0.5.0" authors = ["zhangzicheng@apache.org"] description = "Concurrent work-stealing queue, implemented using st3 and crossbeam-deque." readme = "README.md" keywords = [ "open-coroutine", "queue", "work-steal", ] categories = [ "data-structures", "concurrency", ] license = "LGPL-3.0 OR Apache-2.0" repository = "https://github.com/acl-dev/open-coroutine/tree/dev/open-coroutine-queue" resolver = "1" [dependencies.crossbeam-deque] version = "0.8.3" [dependencies.num_cpus] version = "1.16.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.st3] version = "0.4.1"