defaultmap 0.2.2

Provides a HashMap with an automatic default for missing keys.
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 = "defaultmap"
version = "0.2.2"
authors = ["Jelte Fennema <github-tech@jeltef.nl>"]
include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md"]
description = "Provides a HashMap with an automatic default for missing keys."
documentation = "https://docs.rs/defaultmap"
readme = "README.md"
keywords = ["dict", "defaultdict", "defaulthashmap", "hashmap", "default"]
categories = ["development-tools", "data-structures"]
license = "MIT"
repository = "https://github.com/JelteF/defaultmap"
[badges.appveyor]
repository = "JelteF/defaultmap"

[badges.travis-ci]
repository = "JelteF/defaultmap"