shared_singleton 0.2.1

The shared_singleton trait provides singleton pattern state management with shared container.
Documentation
[package]

name = "shared_singleton"

description = "The shared_singleton trait provides singleton pattern state management with shared container."

version = "0.2.1"

authors = ["Kanichi Uegaki <kan1.921017@gmail.com>"]

license = "MIT"

homepage = "https://github.com/kan1-u/shared_singleton"

documentation = "https://docs.rs/shared_singleton"

keywords = ["shared", "singleton", "container"]

readme = "README.md"

edition = "2021"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

tokio = { version = "1", default-features = false, features = [

    "sync",

], optional = true }



[features]

tokio = ["dep:tokio"]



[dev-dependencies]

tokio = { version = "1", default-features = false, features = [

    "macros",

    "rt-multi-thread",

] }



[package.metadata.docs.rs]

all-features = true

rustdoc-args = ["--cfg", "doc_cfg"]