[package] name = "simple-rw-global" version = "0.5.0" edition = "2021" authors = ["ZRY z-touhou.org"] description = "Simple GlobalContainer based on std::sync::RwLock." readme = "README.md" repository = "https://git.swzry.com/zry/simple-rw-global" homepage = "https://git.swzry.com/zry/simple-rw-global" license = "MIT" [features] default = ["stdsync"] stdsync=[] tokio=["dep:tokio"] [dependencies] tokio = { version="1.28.0", optional=true, features=["sync"] } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]