[package] name = "compactmap" version = "0.3.7" authors = ["Vitaly _Vi Shukela ", "Eduard-Mihai Burtescu "] description = "Compact Vec-based map that choses assigns IDs for your values on it's own. Very similar to Slab." license = "MIT/Apache-2.0" repository = "https://github.com/vi/compactmap" documentation = "https://docs.rs/compactmap" [dependencies] serde = { version = "^1.0", optional = true } [features] # Calculate length for serializing (for bincode, for example) serde_ser_len = [] [dev-dependencies] quickcheck = "0.5" slab = "0.4" serde_json = "^1.0" bincode = "^0.9"