# 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.82" name = "simple-left-right" version = "0.1.0" authors = ["Lucas Baumann"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lockfree, realtime safe and copy-free Synchronisation" readme = "README.md" keywords = [ "real-time", "lock-free", "data-structures", "read-write", "concurrency", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/luca3s/tracker-engine" [lib] name = "simple_left_right" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [[test]] name = "utilities" path = "tests/utilities.rs" [dependencies.crossbeam-utils] version = "0.8.20" [target."cfg(loom)".dependencies.loom] version = "0.7"