intern-mint 0.3.2

byte slice interning
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 = "intern-mint"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "byte slice interning"
readme = "README.md"
keywords = [
    "bytes",
    "cache",
    "hash",
    "interning",
    "slice",
]
license = "Apache-2.0"
repository = "https://github.com/sweet-security/intern-mint"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]

[features]
bstr = ["dep:bstr"]
default = []
serde = [
    "bstr",
    "bstr/serde",
    "dep:serde",
]

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

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

[[bench]]
name = "random_strings_pool"
path = "benches/random_strings_pool.rs"

[dependencies.ahash]
version = "0.8.12"

[dependencies.bstr]
version = "1.12.1"
optional = true

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

[dependencies.parking_lot]
version = "0.12.5"

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

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

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.intern-arc]
version = "0.6.2"

[dev-dependencies.internment]
version = "0.8.6"
features = ["arc"]
default-features = false

[dev-dependencies.rand]
version = "0.10.1"

[dev-dependencies.rayon]
version = "1.11.0"

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.serial_test]
version = "3.4.0"