[package] name = "vec_map" version = "0.8.2" authors = ["Alex Crichton ", "Jorge Aparicio ", "Alexis Beingessner ", "Brian Anderson <>", "tbu- <>", "Manish Goregaokar <>", "Aaron Turon ", "Adolfo Ochagavía <>", "Niko Matsakis <>", "Steven Fackler <>", "Chase Southwood ", "Eduard Burtescu <>", "Florian Wilkens <>", "Félix Raimundo <>", "Tibor Benke <>", "Markus Siemens ", "Josh Branchaud ", "Huon Wilson ", "Corey Farwell ", "Aaron Liblong <>", "Nick Cameron ", "Patrick Walton ", "Felix S Klock II <>", "Andrew Paseltiner ", "Sean McArthur ", "Vadim Petrochenkov <>"] license = "MIT/Apache-2.0" description = "A simple map based on a vector for small integer keys" repository = "https://github.com/contain-rs/vec-map" homepage = "https://github.com/contain-rs/vec-map" documentation = "https://contain-rs.github.io/vec-map/vec_map" keywords = ["data-structures", "collections", "vecmap", "vec_map", "contain-rs"] readme = "README.md" exclude = ["/.travis.yml", "/deploy-docs.sh"] [features] # This feature is kept for backwards compatibility. Use feature "serde" instead. eders = [ "serde" ] [dependencies] serde = { version = "1.0", features = [ "derive" ], optional = true }