[package]
name = "idmap"
version = "0.1.1"
authors = ["Techcable <Techcable@techcable.net>"]
description = "Efficient maps of integer id keys to values, backed by an underlying `Vec`"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Techcable/rust-idmap"
[dependencies.serde]
version = "^1.0.11"
optional = true
[dependencies.itertools]
version = "^0.6.1"
[dependencies.idmap-derive]
version = "0.1.0"
[dev-dependencies.serde_test]
version = "^1.0.11"
[dev-dependencies.serde_derive]
version = "^1.0.11"
[features]
compact = []
default = ["compact", "serde"]