# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pour" version = "0.2.1" authors = ["Jad Ghalayini "] description = "Optionally consed radix tries for fast set operations" keywords = ["arc", "sync", "data-structure"] categories = ["concurrency", "data-structures"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/tekne/pour" [[bench]] name = "basic" harness = false [dependencies.ahash] version = "^0.4" [dependencies.elysees] version = "^0.2.4" [dependencies.hashbrown] version = "^0.9.0" [dependencies.num-traits] version = "^0.2" [dependencies.ref-cast] version = "^1.0.3" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rand_xoshiro] version = "0.4.0"