intern-all 0.4.1

A safe and predictable interner for data of mixed and arbitrary 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"
name = "intern-all"
version = "0.4.1"
authors = ["Lawrence Bethlenfalvy <lbfalvy@protonmail.com>"]
description = """
A safe and predictable interner for data of mixed and arbitrary type
"""
readme = "README.md"
keywords = [
    "parsing",
    "strings",
    "interner",
    "nounsafe",
]
license = "MIT"
repository = "https://github.com/lbfalvy/intern-all"

[dependencies.hashbrown]
version = "0.14"

[dependencies.lazy_static]
version = "1.4"

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

[dependencies.trait-set]
version = "0.3"

[features]