anymap3 1.1.0

A safe and convenient store for one value of each type
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.56"
name = "anymap3"
version = "1.1.0"
authors = [
    "Olivier 'reivilibre' (fork maintainer) <contact@librepush.net>",
    "Chris Morgan (original author) <rust@chrismorgan.info>",
]
build = false
include = [
    "/README.md",
    "/COPYING",
    "/CHANGELOG.md",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safe and convenient store for one value of each type"
readme = "README.md"
keywords = [
    "container",
    "any",
    "map",
]
categories = [
    "rust-patterns",
    "data-structures",
    "no-std",
]
license = "BlueOak-1.0.0 OR MIT OR Apache-2.0"
repository = "https://github.com/reivilibre/anymap3"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["std"]
std = []

[lib]
name = "anymap3"
path = "src/lib.rs"

[dependencies.anymore]
version = "1.0.0"
optional = true

[dependencies.hashbrown]
version = ">=0.1.1, <0.16"
optional = true