[package] name = "chainmap" version = "0.1.2" authors = ["Vanille-N "] edition = "2018" license = "MIT" description = "A ChainMap with mutability of intermediate maps" readme = "README.md" repository = "https://github.com/Vanille-N/chainmap" keywords = ["hashmap", "chain", "mutex"] categories = ["data-structures"] include = ["src/lib.rs", "README.md"] [dependencies]