blob: 05b0833a3d879548ebcf0530ce64ea3e1b86165e [file] [log] [blame] [edit]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "vec_map"
version = "0.8.2"
authors = ["Alex Crichton <[email protected]>", "Jorge Aparicio <[email protected]>", "Alexis Beingessner <[email protected]>", "Brian Anderson <>", "tbu- <>", "Manish Goregaokar <>", "Aaron Turon <[email protected]>", "Adolfo Ochagavía <>", "Niko Matsakis <>", "Steven Fackler <>", "Chase Southwood <[email protected]>", "Eduard Burtescu <>", "Florian Wilkens <>", "Félix Raimundo <>", "Tibor Benke <>", "Markus Siemens <[email protected]>", "Josh Branchaud <[email protected]>", "Huon Wilson <[email protected]>", "Corey Farwell <[email protected]>", "Aaron Liblong <>", "Nick Cameron <[email protected]>", "Patrick Walton <[email protected]>", "Felix S Klock II <>", "Andrew Paseltiner <[email protected]>", "Sean McArthur <[email protected]>", "Vadim Petrochenkov <>"]
exclude = ["/.travis.yml", "/deploy-docs.sh"]
description = "A simple map based on a vector for small integer keys"
homepage = "https://github.com/contain-rs/vec-map"
documentation = "https://contain-rs.github.io/vec-map/vec_map"
readme = "README.md"
keywords = ["data-structures", "collections", "vecmap", "vec_map", "contain-rs"]
license = "MIT/Apache-2.0"
repository = "https://github.com/contain-rs/vec-map"
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[features]
eders = ["serde"]