mule-map 0.1.4

A hybrid between a HashMap and a lookup table
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 = "2024"
name = "mule-map"
version = "0.1.4"
authors = ["Michael Hancock"]
build = false
exclude = [
    "assets",
    ".github",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A hybrid between a HashMap and a lookup table"
readme = "README.md"
keywords = [
    "hash",
    "hashmap",
    "hybrid",
    "map",
    "table",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gringasalpastor/mule-map"

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

[dependencies.bytemuck]
version = "1.25.0"

[dependencies.num-traits]
version = "0.2.19"
features = ["i128"]

[dependencies.sealed]
version = "0.6.0"

[dev-dependencies.fnv_rs]
version = "0.4.4"

[lints.clippy]
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1