urcu 0.0.4

safe wrapper of the memb variant of the userspace RCU library
Documentation
# 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 = "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"