[dependencies]
[dev-dependencies.rand]
version = "0.8.5"
[features]
default = ["single-threaded"]
single-threaded = []
thread-safe = []
[package]
authors = ["Karan Ahluwalia <karan9123@gmail.com>"]
categories = ["data-structures", "interning", "memoization", "caching", "asynchronous"]
description = "A type-safe hash consing library"
documentation = "https://docs.rs/hash_cons"
edition = "2021"
homepage = "https://github.com/karan9123/hash_cons"
keywords = ["hash-cons", "interning", "memoization", "hash_cons", "hashcons"]
license = "MIT"
license-file = "LICENSE"
name = "hash_cons"
readme = "README.md"
repository = "https://github.com/karan9123/hash_cons"
version = "0.1.1"