# 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 = "shared_lru" version = "0.1.5" authors = ["Shelby Doolittle "] description = "Have multiple caches with heterogenous tracking of recency" license = "MIT" repository = "https://github.com/shelbyd/shared_lru" [profile.release] debug = true [dependencies.dashmap] version = "4.0.2" [dependencies.log] version = "0.4.14" [dependencies.lru] version = "0.7.0" [dependencies.rand] version = "0.8.4" features = ["small_rng"] [dependencies.serde_json] version = "1.0.72" optional = true [features] default = []