# 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 = "omango" version = "0.2.6" authors = ["Trung Tran "] description = "Concurrency collections" homepage = "https://github.com/tqtrungse/omango" documentation = "https://docs.rs/omango" readme = "README.md" keywords = [ "mpmc-spsc", "waitgroup", "singlefligt", "singlesource", ] categories = [ "concurrency", "algorithms", "data-structures", ] license = "MIT" repository = "https://github.com/tqtrungse/omango" [[bench]] name = "bench_queue" harness = false [dependencies.omango-futex] version = "0.1.2" [dependencies.omango-util] version = "0.1.6" [dependencies.parking_lot] version = "0.12.3" [dev-dependencies.criterion] version = "0.5.1" features = [ "default", "stable", ] [dev-dependencies.crossbeam-channel] version = "0.5.11" [dev-dependencies.flume] version = "0.11.0" [dev-dependencies.num_cpus] version = "1.16.0" [dev-dependencies.ringbuf] version = "0.4.0-rc.2" [dev-dependencies.rtrb] version = "0.3.0"