# 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 = "petersn-qdcache" version = "0.1.1" description = "A simple Redis-compatible caching layer with prefetching for a very specific purpose" license = "CC0-1.0" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.dashmap] version = "5.5.3" [dependencies.redis] version = "0.23.3" [dependencies.resp] version = "1.0.3" [dependencies.rusqlite] version = "0.29.0"