linear-map 1.2.0

A map implemented by searching linearly in a vector.
Documentation
# 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 = "linear-map"
version = "1.2.0"
authors = ["Andrew Paseltiner <apaseltiner@gmail.com>", "Tobias Bucher <tobiasbucher5991@gmail.com>"]
description = "A map implemented by searching linearly in a vector."
documentation = "https://contain-rs.github.io/linear-map/linear_map"
readme = "README.md"
keywords = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/contain-rs/linear-map"

[lib]
test = false
bench = false
[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_test]
version = "1.0"
optional = true

[features]
nightly = []
serde_impl = ["serde", "serde_test"]