[package]
edition = "2018"
name = "urcu"
version = "0.0.4"
authors = ["Adam Reichold <adam.reichold@t-online.de>"]
build = "build.rs"
links = "urcu-memb"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "safe wrapper of the memb variant of the userspace RCU library"
readme = "README.md"
keywords = [
"rcu",
"lock-free",
"reclamation",
"garbage",
]
categories = [
"concurrency",
"memory-management",
]
license = "LGPL-2.1-or-later"
repository = "https://codeberg.org/adamreichold/urcu"
[lib]
name = "urcu"
path = "src/lib.rs"
[dev-dependencies.crossbeam-utils]
version = "0.8"
[dev-dependencies.static_assertions]
version = "1.1"