# 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 = "dashcache" version = "0.2.2" authors = ["Jad Ghalayini "] description = "A simple, highly concurrent cache for hash-consing values" keywords = ["data-structure", "hash", "consing", "sharing", "sync"] categories = ["concurrency", "data-structures"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/rain-lang/dashcache" [[bench]] name = "integer" path = "benches/integer.rs" harness = false [dependencies.ahash] version = "^0.4" [dependencies.dashmap] version = "^3" [dependencies.elysees] version = "^0.2" [dependencies.erasable] version = "^1.2.1" [dependencies.itertools] version = "^0.9" [dependencies.slice-dst] version = "^1.5.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.lazy_static] version = "^1.4" [dev-dependencies.rand] version = "^0.7"