[package] name = "collect-once-hashmap" version = "0.2.0" edition = "2018" license = "MPL-2.0" description = "A hashmap that can be collected only when there are unique keys in the iterator" homepage = "https://git.beyermatthi.as/collect-once-hashmap" repository = "https://git.beyermatthi.as/collect-once-hashmap" readme = "README.md" keywords = ["hashmap", "iterator"] categories = ["data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1"