thread-scoped-ref 0.1.4

A library that is similar to a thread local storage but allows to store references / dyn Trait within a scope.
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 = "thread-scoped-ref"
version = "0.1.4"
authors = ["cronosun"]
description = "A library that is similar to a thread local storage but allows to store references / dyn Trait within a scope."
homepage = "https://github.com/cronosun/thread_scoped_ref"
readme = "README.md"
keywords = ["thread_local", "macro", "inject", "scoped-tls", "scoped_thread_local"]
categories = ["rust-patterns", "memory-management"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cronosun/thread_scoped_ref"

[dependencies]
[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"