[package] name = "pour" version = "0.2.1" authors = ["Jad Ghalayini "] edition = "2018" license = "MIT/Apache-2.0" repository = "https://gitlab.com/tekne/pour" description = "Optionally consed radix tries for fast set operations" keywords = ["arc", "sync", "data-structure"] categories = ["concurrency", "data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] elysees = "^0.2.4" hashbrown = "^0.9.0" ref-cast = "^1.0.3" ahash = "^0.4" num-traits = "^0.2" [dev-dependencies] criterion = "0.3.3" rand = "0.7.3" rand_xoshiro = "0.4.0" [[bench]] name = "basic" harness = false