# 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.65.0" name = "ebri" version = "0.0.5" authors = [ "wvwwvwwv ", "Delta4 ", ] description = "[NOTE: un-tested. use at your own risk.] ebri (ebr-integrated), that is, a `no-std` EBR (Epoch-Based Reclamation) implementation. thanks to the idea from `scc::ebr`." documentation = "https://docs.rs/ebri" keywords = [ "ebr", "lock-free", "rcu", "atomic", "gc", ] categories = [ "no-std", "concurrency", "memory-management", ] license = "GPL-3.0" repository = "https://github.com/delta4chat/ebri" [dependencies.anyhow] version = "1.0.80" default-features = false [dependencies.log] version = "0.4.20" default-features = false [dependencies.mcslock] version = "0.1.1" features = ["lock_api"] default-features = false [dependencies.portable-atomic] version = "1.6.0" features = ["fallback"] default-features = false [features] default = [] dropguard-deref = [] dropguard-manually = [] std = []