1[package] 2name = "maplit" 3version = "1.0.2" 4authors = ["bluss"] 5 6license = "MIT/Apache-2.0" 7repository = "https://github.com/bluss/maplit" 8documentation = "https://docs.rs/maplit/" 9 10description = "Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet." 11 12keywords = ["literal", "data-structure", "hashmap", "macro"] 13categories = ["rust-patterns"] 14 15[package.metadata.release] 16no-dev-version = true 17