thread_local_scope 1.0.0

Scoped access to thread local storage
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.56.1"
name = "thread_local_scope"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scoped access to thread local storage"
readme = "README.md"
keywords = ["thread_local"]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/KyleDavidE/thread_local_scope/"

[lib]
name = "thread_local_scope"
path = "src/lib.rs"

[dev-dependencies.static_assertions]
version = "1.1.0"