[dependencies.indexmap]
version = "2.7"
[[example]]
name = "map_overview"
path = "examples/map_overview.rs"
[[example]]
name = "set_overview"
path = "examples/set_overview.rs"
[features]
default = ["set", "map"]
map = []
set = []
[lib]
name = "singletons"
path = "src/lib.rs"
[package]
authors = ["Jon Musselwhite"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Type-keyed data structures: SingletonSet stores one instance per type, SingletonMap<V> maps types to values"
edition = "2021"
exclude = [".gitignore", ".github", ".markdownlint.jsonc"]
keywords = ["singleton", "data", "structure", "set", "map"]
license = "MIT OR Apache-2.0"
name = "singletons"
readme = "README.md"
repository = "https://github.com/FlippingBinaryLLC/singletons-rs"
rust-version = "1.57.0"
version = "0.1.0"