# 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 = "2018" name = "work-queue" version = "0.1.4" description = "A concurrent work-stealing queue for building schedulers" readme = "README.md" keywords = [ "scheduler", "lock-free", ] categories = [ "asynchronous", "algorithms", "concurrency", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SabrinaJewson/work-queue.rs" [dependencies] [target."cfg(loom)".dependencies.loom] version = "0.6.1" [target."cfg(loom)".dev-dependencies.array-init] version = "2.1.0" [target."cfg(not(loom))".dependencies.concurrent-queue] version = "2.2.0" [target."cfg(not(loom))".dev-dependencies.cobb] version = "0.0.1"