[package] name = "ordinal-map" version = "0.1.6" edition = "2021" authors = ["Stepan Koltsov "] categories = ["data-structures", "algorithms"] description = "Ordinal trait to map values to integers and efficient maps and sets for such types" documentation = "https://docs.rs/ordinal-map" keywords = ["map", "set", "ordinal", "enum", "integer"] license = "MIT" repository = "https://github.com/stepancheg/ordinal-map" readme = "../README.md" [dependencies] ordinal-map-derive = { path = "../ordinal-map-derive", version = "=0.1.6" } [dev-dependencies] quickcheck = "1.0.3" quickcheck_macros = "1.0.0"