[package] name = "dictionary_rs" description = "dictionary is the key-value type for rust-lang" keywords = ["dictionary","indexmap","hashmap","key-value","std"] repository = "https://github.com/sndnvaps/dictionary-rs" authors = ["Samuel Freeman "] documentation = "https://docs.rs/dictionary_rs/" license = "MIT/Apache-2.0" version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] indexmap = "1.9.1"