# 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.3" authors = ["Adam Reichold "] links = "urcu-memb" description = "safe wrapper of the memb variant of the userspace RCU library" keywords = ["rcu", "lock-free", "reclamation", "garbage"] categories = ["concurrency", "memory-management"] license = "LGPL-2.1-or-later" repository = "https://github.com/adamreichold/urcu" [dev-dependencies.crossbeam-utils] version = "0.8" [dev-dependencies.static_assertions] version = "1.1"