[package] name = "hat_trie" description = "A hat-trie implementation that support prefix match iteration" categories = ["data-structures"] keywords = ["hat", "trie", "hat-trie", "hash", "prefix"] readme = "README.md" repository = "https://github.com/NattapongSiri/hat_trie_rs.git" version = "0.2.4" license = "BSD-3-Clause" authors = ["Nattapong Sirilappanich "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ahtable="^0.1" num-traits="^0.2" twox-hash="^1.5"