rcu-clean 0.1.6

Smart pointers using RCU with Deref support.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "rcu-clean"
version = "0.1.6"
authors = ["David Roundy <roundyd@physics.oregonstate.edu>"]
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.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"