[dependencies]
[dev-dependencies.serial_test]
version = "3.0"
[lib]
name = "singleton_registry"
path = "src/lib.rs"
[package]
authors = ["Dominik Jelinek <dominik.jelinek111@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "concurrency"]
description = "A synchronous, thread-safe singleton registry for global type-based storage and retrieval"
documentation = "https://docs.rs/singleton-registry"
edition = "2021"
homepage = "https://github.com/dominikj111/singleton-registry"
keywords = ["synchronous", "singleton", "type-based", "registry", "global"]
license = "BSD-3-Clause"
name = "singleton-registry"
readme = "README.md"
repository = "https://github.com/dominikj111/singleton-registry"
version = "1.0.1"