# 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 = "rcu-clean" version = "0.1.8" authors = ["David Roundy "] description = "Smart pointers using RCU with Deref support." readme = "README.md" keywords = [ "RCU", "pointer", "lockless", "rc", "arc", ] categories = [ "memory-management", "data-structures", ] license = "Apache-2.0/MIT" repository = "https://github.com/droundy/rcu-clean" [[bench]] name = "bench" harness = false [dependencies.once_cell] version = "1.17.0" [dependencies.serde] version = "1.0" optional = true [dev-dependencies.criterion] version = "0.2" [badges.is-it-maintained-issue-resolution] repository = "droundy/rcu-clean" [badges.is-it-maintained-open-issues] repository = "droundy/rcu-clean" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "droundy/rcu-clean"