[package] name = "hash-chain" version = "0.3.2" authors = ["Robert Masen ", "Ben Gummoe "] edition = "2018" license = "MIT" repository = "https://github.com/rusty-ecma/hash-chain" readme = "README.md" description = "A tiered hashmap and hashset implementation that allows for easily representing lexically scoped variables" keywords = ["collections", "hashmap", "scope", "lexical"] categories = ["data-structures"] [dependencies] im-rc = { version = "14", optional = true } [dev-dependencies] hashers = "1" [features] default = [] imutable = ["im-rc"]