bacon_rajan_cc 0.2.0

A reference counted type with cycle collection.
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]
name = "bacon_rajan_cc"
version = "0.2.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
description = "A reference counted type with cycle collection."
documentation = "https://fitzgen.github.io/bacon-rajan-cc/bacon_rajan_cc/index.html"
readme = "README.md"
keywords = ["cc", "gc", "mark", "sweep", "garbage"]
license = "MIT/Apache-2.0"
repository = "https://github.com/fitzgen/bacon-rajan-cc"

[lib]
name = "bacon_rajan_cc"

[dependencies]