[badges.appveyor]
repository = "Xeiron/ref_thread_local.rs"
[badges.is-it-maintained-issue-resolution]
repository = "Xeiron/ref_thread_local.rs"
[badges.is-it-maintained-open-issues]
repository = "Xeiron/ref_thread_local.rs"
[badges.maintenance]
status = "passively-maintained"
[badges.travis-ci]
repository = "Xeiron/ref_thread_local.rs"
[package]
authors = ["Tuku <tuku@tuxzz.org>", "Hikaria <hikaria@tuxzz.org>"]
categories = ["rust-patterns", "memory-management"]
description = "A macro for declaring thread-local `static`s like using both of `lazy_static!` and `RefCell`"
documentation = "https://docs.rs/ref_thread_local"
keywords = ["macro", "lazy", "thread", "thread_local", "static"]
license = "MIT"
name = "ref_thread_local"
readme = "README.md"
repository = "https://github.com/Xeiron/ref_thread_local.rs"
version = "0.1.1"