# 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 = "disruptor" version = "3.2.0" authors = ["Nicholas "] description = "Low latency inter-thread communication via a ringbuffer (inspired by the LMAX Disruptor)." readme = "README.md" keywords = [ "disruptor", "ringbuffer", "message", "mpmc", ] categories = [ "data-structures", "concurrency", ] license = "MIT" repository = "https://github.com/nicholassm/disruptor-rs" [[bench]] name = "spsc" harness = false [[bench]] name = "mpsc" harness = false [[bench]] name = "counters" harness = false [dependencies.core_affinity] version = "0.8.1" [dependencies.crossbeam-utils] version = "0.8" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.crossbeam] version = "0.8"