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