# 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 = "TinyUFO" version = "0.4.0" authors = ["Yuchen Wu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "In-memory cache implementation with TinyLFU as the admission policy and S3-FIFO as the eviction policy" readme = "README.md" keywords = [ "cache", "pingora", ] categories = [ "algorithms", "caching", ] license = "Apache-2.0" repository = "https://github.com/cloudflare/pingora" [lib] name = "tinyufo" path = "src/lib.rs" [[bench]] name = "bench_hit_ratio" path = "benches/bench_hit_ratio.rs" harness = false [[bench]] name = "bench_memory" path = "benches/bench_memory.rs" harness = false [[bench]] name = "bench_perf" path = "benches/bench_perf.rs" harness = false [dependencies.ahash] version = ">=0.8.9" [dependencies.crossbeam-queue] version = "0" [dependencies.crossbeam-skiplist] version = "0" [dependencies.flurry] version = "0.5" [dependencies.parking_lot] version = "0" [dev-dependencies.dhat] version = "0" [dev-dependencies.lru] version = "0" [dev-dependencies.moka] version = "0" features = ["sync"] [dev-dependencies.quick_cache] version = "0.6" [dev-dependencies.rand] version = "0" [dev-dependencies.triomphe] version = "<=0.1.11" [dev-dependencies.zipf] version = "7"