# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "memory-cache-rust" version = "0.1.0-alpha" authors = ["Behrouz "] description = """ memory-cache is a fast, concurrent cache library built with a focus on performance and correctness. The motivation to build Ristretto comes from the need for a contention-free cache in """ homepage = "https://github.com/behrouz-rfa/memory-cache-rust" documentation = "https://github.com/behrouz-rfa/memory-cache-rust" readme = "README.md" keywords = [ "cache", "caching", "lru", "lfu", "bloom", ] license = "MIT" repository = "https://github.com/behrouz-rfa/memory-cache-rust" [[bench]] name = "flurry_dashmap" harness = false [[bench]] name = "flurry_hashbrown" harness = false [dependencies.aes-prng] version = "0.2.0" [dependencies.ahash] version = "0.7.6" default-features = false [dependencies.chrono] version = "0.4.23" [dependencies.concache] version = "0.2.1" [dependencies.crossbeam] version = "0.8.2" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.hashbrown] version = "0.13.1" [dependencies.libmath] version = "0.2.1" [dependencies.num_cpus] version = "1.12.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.3" optional = true [dependencies.seahash] version = "4.1.0" [dependencies.seize] version = "0.2.1" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.syncpool] version = "0.1.6" [dependencies.timer] version = "0.2.0" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.xxhash-rust] version = "0.8.5" features = [ "xxh3", "const_xxh3", ] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rayon] version = "1.3"