[package]
name = "state"
version = "0.3.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "A library for safe and effortless global and thread-local state management.\n"
documentation = "https://sergio.bz/rustdocs/state"
readme = "README.md"
keywords = ["static", "tls", "state", "thread-local", "global"]
license = "MIT/Apache-2.0"
repository = "https://github.com/SergioBenitez/state"
[package.metadata.docs.rs]
all-features = true
[profile.bench]
opt-level = 3
lto = true
[profile.release]
opt-level = 3
lto = true
[dependencies.thread_local]
version = "0.3"
optional = true
[features]
tls = ["thread_local"]