[lib]
name = "bypass"
path = "src/lib.rs"
[package]
authors = ["Kevin Robert Stravers <kevin@stravers.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Thread-local dynamic variables"
edition = "2024"
homepage = "https://github.com/kstrafe/mutcy"
keywords = ["thread-local", "dynamic", "variable"]
license = "MIT"
name = "bypass"
readme = "README.md"
repository = "https://github.com/kstrafe/mutcy"
version = "0.3.0"
[[test]]
name = "test"
path = "tests/test.rs"