any-intern 0.1.1

An interner for various types
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.89"
name = "any-intern"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An interner for various types"
readme = "README.md"
keywords = [
    "intern",
    "interner",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/ecoricemon/logic-eval"

[lib]
name = "any_intern"
crate-type = ["rlib"]
path = "src/lib.rs"

[[example]]
name = "asan"
crate-type = ["bin"]
path = "tests-san/asan.rs"

[[example]]
name = "tsan"
crate-type = ["bin"]
path = "tests-san/tsan.rs"

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

[dependencies.bumpalo]
version = "3.19.1"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.hashbrown]
version = "0.16.1"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.paste]
version = "1.0.15"

[dev-dependencies.criterion]
version = "0.8.1"