[package] name = "hayami" version = "0.4.2" authors = ["Jad Ghalayini "] license = "MIT/Apache-2.0" edition = "2018" repository = "https://gitlab.com/rain-lang/hayami" description = "A simple, general use symbol table." keywords = ["data-structure"] categories = ["data-structures"] [dependencies] ahash = "^0.8" indexmap = "^1.3.2" symbolmap-trait = { version = "0.1.1", path = "../symbolmap-trait" } [dev-dependencies] symbolmap-trait = { version = "0.1.1", path = "../symbolmap-trait", features = [ "testing", ] }