# 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.72.0" name = "seize" version = "0.4.9" authors = ["Ibraheem Ahmed "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast, efficient, and robust memory reclamation for concurrent data structures." readme = "README.md" keywords = [ "lock-free", "rcu", "atomic", "garbage", ] categories = [ "concurrency", "memory-management", ] license = "MIT" repository = "https://github.com/ibraheemdev/seize" [lib] name = "seize" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [[bench]] name = "single_thread" path = "benches/single_thread.rs" harness = false [[bench]] name = "stack" path = "benches/stack.rs" harness = false [dependencies.libc] version = "0.2" optional = true [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.crossbeam-epoch] version = "0.9.8" [features] default = ["fast-barrier"] fast-barrier = [ "windows-sys", "libc", ] [target."cfg(windows)".dependencies.windows-sys] version = "0.52" features = ["Win32_System_Threading"] optional = true [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(seize_asan)"]