[go: up one dir, main page]

state 0.3.1

A library for safe and effortless global and thread-local state management.
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]
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"]