[dependencies.backtrace]
version = "0.3"
[lib]
name = "accountable_refcell"
path = "src/lib.rs"
[package]
authors = ["Josh Matthews <josh@joshmatthews.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A RefCell wrapper that provides actionable information for dynamic borrow failures."
documentation = "https://docs.rs/accountable-refcell"
keywords = ["refcell"]
license = "MPL-2.0"
name = "accountable-refcell"
readme = "README.md"
repository = "https://github.com/jdm/accountable-refcell"
version = "0.2.2"