[package] name = "petersn-qdcache" version = "0.1.1" edition = "2021" license = "CC0-1.0" description = "A simple Redis-compatible caching layer with prefetching for a very specific purpose" [dependencies] anyhow = "1.0.75" clap = { version = "4.4.6", features = [ "derive" ] } dashmap = "5.5.3" redis = "0.23.3" resp = "1.0.3" rusqlite = "0.29.0"