# 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 = "generic_singleton" version = "0.5.0" authors = ["Walter Smuts "] description = "A library crate allowing for generic singleton patterns" documentation = "https://docs.rs/generic_singleton/" readme = "README.md" keywords = [ "static", "singleton", "generic", "initialize", "global", ] categories = [ "caching", "data-structures", "memory-management", "config", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WalterSmuts/generic_singleton" [dependencies.anymap] version = "1.0.0-beta.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.12.1" [dev-dependencies.num-traits] version = "0.2.15"