# 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. cargo-features = ["edition2021"] [package] edition = "2021" name = "active_standby" version = "2.0.0" authors = ["Matan Markind "] exclude = ["benches/records/*"] description = "A concurrency primitive for high concurrency reads." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/matanmarkind/active_standby" resolver = "2" [dependencies.more-asserts] version = "0.2.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.slab] version = "0.4.3" [dev-dependencies.maplit] version = "1.0.2" [target."cfg(loom)".dependencies.loom] version = "0.5.2"