[dependencies.serde]
optional = true
version = "~1.0"
[dev-dependencies.serde_test]
version = "~1.0"
[features]
default = ["serde_impl"]
serde_impl = ["serde"]
[package]
authors = ["Håvar Nøvik <havar.novik@gmail.com>"]
description = "A multimap implementation."
documentation = "http://havarnov.github.io/multimap/multimap/index.html"
exclude = [".travis.yml", ".gitignore"]
license = "MIT/Apache-2.0"
name = "multimap"
readme = "README.md"
repository = "https://github.com/havarnov/multimap"
version = "0.8.0"