interned 0.1.6

Provides a generic Interned<T> which can intern practically any type including &str, slices, and primitives, plus memoization via Memoized<I, T>
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 = "interned"
version = "0.1.6"
authors = ["sam0x17"]
description = "Provides a generic Interned<T> which can intern practically any type including &str, slices, and primitives, plus memoization via Memoized<I, T>"
readme = "README.md"
keywords = [
    "intern",
    "interned",
    "memoize",
    "caching",
]
license = "MIT"
repository = "https://github.com/sam0x17/interned"

[dependencies.docify]
version = "0.2"
optional = true

[dependencies.staticize]
version = "0.1.2"
features = ["std"]

[dev-dependencies.docify]
version = "0.2"

[features]
default = []
generate-readme = ["dep:docify"]