[package] name = "generic_singleton" version = "0.5.0" edition = "2021" authors = ["Walter Smuts "] license = "MIT OR Apache-2.0" description = "A library crate allowing for generic singleton patterns" documentation = "https://docs.rs/generic_singleton/" repository = "https://github.com/WalterSmuts/generic_singleton" keywords = ["static", "singleton", "generic", "initialize", "global"] categories = ["caching", "data-structures", "memory-management", "config", "rust-patterns"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anymap = "1.0.0-beta.2" lazy_static = "1.4.0" parking_lot = "0.12.1" [dev-dependencies] num-traits = "0.2.15"