# 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] name = "priority-expiry-cache" version = "0.2.1" authors = ["Luca Paterlini "] description = """ A cache that evicts items based on their priority and expiry time (LRU + TTL) Add (O(1)), Get (O(1)), Evict (O(1)) in both time and space.""" homepage = "https://github.com/LucaPaterlini/priority-expiry-cache" readme = "README.md" categories = ["data-structures"] license = "MIT/Apache-2.0" [dependencies.lru] version = "0.12.1"