[package] name = "cons" version = "0.1.0" authors = ["Jad Ghalayini "] edition = "2018" license = "MIT/Apache-2.0" repository = "https://gitlab.com/tekne/cons" description = "Fast and simple hash consing" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] flurry = { version = "0.3.1", optional = true } elysees = { version = "0.2.4", optional = true } # Disabling debug features to get rid of `const-random` ahash = { version = "0.4.5", optional = true, default-features = false } [features] flurry-cons = [ "flurry", "ahash" ]