# 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 = "magnetic" version = "2.4.1" authors = ["John Shaw "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", ] description = "Low-latency lock-free queues" homepage = "https://github.com/johnshaw/magnetic" documentation = "https://docs.rs/magnetic" readme = "README.md" keywords = [ "lock-free", "queue", "fifo", ] categories = [ "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/johnshaw/magnetic" resolver = "2" [[bench]] name = "spsc" harness = false [[bench]] name = "spmc" harness = false [[bench]] name = "mpsc" harness = false [[bench]] name = "mpmc" harness = false [dependencies.crossbeam-utils] version = "0.8" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.num_cpus] version = "1"