[package] name = "hirpdag_hashconsing" version = "0.1.1" authors = ["Andrew Browne "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/hirpdag/hirpdag" keywords = ["hashconsing"] categories = ["memory-management"] description = "Various hashconsing implementations with a common interface." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] weak-table = "0.3.0" array-init = "1.0.0"