[package] name = "cascara" version = "0.1.1" authors = ["Selmeci "] edition = "2018" description = "Implementation of TinyLFU cache" readme = "README.md" license = "MIT" keywords = ["cache", "tiny_lfu", "lfu"] repository = "https://github.com/selmeci/cascara" homepage = "https://github.com/selmeci/cascara" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] indexmap = "1.9" log = "0.4" rand = "0.8" probabilistic-collections = "0.7"