asylum 0.2.0

A fast, lightweight string interner with deferred cleanup.
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"
rust-version = "1.86"
name = "asylum"
version = "0.2.0"
authors = ["Davide Di Carlo <daddinuz@gmail.com>"]
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, lightweight string interner with deferred cleanup."
homepage = "https://github.com/daddinuz/asylum"
readme = "README.md"
keywords = [
    "string",
    "intern",
    "memory",
    "deduplication",
    "reference-counted",
]
categories = [
    "caching",
    "data-structures",
    "memory-management",
]
license = "MIT"
repository = "https://github.com/daddinuz/asylum"

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.hashbrown]
version = "0.17"
features = ["default-hasher"]
default-features = false

[dependencies.triomphe]
version = "0.1"
default-features = false

[dev-dependencies.asylum_previous]
version = "0.1"
package = "asylum"

[dev-dependencies.criterion]
version = "0.8"
default-features = false

[dev-dependencies.ustr]
version = "1"

[profile.release]
lto = "fat"
codegen-units = 1