# 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 = "wtinylfu" version = "0.2.0" authors = ["asyncth "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of W-TinyLFU cache" readme = "README.md" keywords = [ "cache", "lru", "lfu", "tinylfu", "w-tinylfu", ] categories = [ "algorithms", "caching", "data-structures", ] license = "MIT" repository = "https://git.sr.ht/~asyncth/wtinylfu" [profile.release] lto = true codegen-units = 1 [lib] name = "wtinylfu" path = "src/lib.rs" [dependencies.bloomfilter] version = "1" [dependencies.count-min-sketch] version = "0.1.7" [dependencies.lru] version = "0.12" default-features = false