# 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" rust-version = "1.60" name = "st3" version = "0.4.1" authors = ["Serge Barral "] autotests = false autobenches = false description = """ A very fast lock-free, bounded, work-stealing LIFO queue. """ readme = "README.md" keywords = [ "queue", "stack", "bounded", "lock-free", "work-stealing", ] categories = [ "concurrency", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/asynchronics/st3" [[test]] name = "integration" path = "tests/tests.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.crossbeam-utils] version = "0.8.14" default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.crossbeam-deque] version = "0.8" [dev-dependencies.num_cpus] version = "1.13" [dev-dependencies.oorandom] version = "11.1" [target."cfg(st3_loom)".dependencies.loom] version = "0.5"