# 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 = "tinylfu-cached" version = "0.0.4" authors = ["Sarthak Makhija"] include = [ "src/", "LICENSE-*", "README.md", "tests/", "benches/", ] description = """ High performance, LFU based in-memory cache. """ readme = "README.md" keywords = [ "cached", "LFU", "TinyLFU", "tinylfu-cached", ] categories = ["caching"] license = "MIT OR Apache-2.0" repository = "https://github.com/SarthakMakhija/cached" [package.metadata.docs.rs] all-features = false [[bench]] name = "bench_main" harness = false [dependencies.bloomfilter] version = "1.0.9" [dependencies.crossbeam-channel] version = "0.5.7" [dependencies.crossbeam-utils] version = "0.8.15" [dependencies.dashmap] version = "5.4.0" [dependencies.hashbrown] version = "0.13.2" [dependencies.log] version = "0.4.17" [dependencies.num] version = "0.4.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dev-dependencies.async-std] version = "1.12.0" [dev-dependencies.criterion] version = "0.4.0" features = ["async_tokio"] [dev-dependencies.rand_distr] version = "0.4.3" [dev-dependencies.tokio] version = "1.26.0" features = ["full"] [features] bench_testable = []