# 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 = "2018" name = "cascara" version = "0.1.1" authors = ["Selmeci "] description = "Implementation of TinyLFU cache" homepage = "https://github.com/selmeci/cascara" readme = "README.md" keywords = [ "cache", "tiny_lfu", "lfu", ] license = "MIT" repository = "https://github.com/selmeci/cascara" [dependencies.indexmap] version = "1.9" [dependencies.log] version = "0.4" [dependencies.probabilistic-collections] version = "0.7" [dependencies.rand] version = "0.8"