[package] name = "actix-sled-cache" description = "A caching system built on top of Sled and Actix" version = "0.2.0" authors = ["asonix "] license-file = "LICENSE" readme = "README.md" repository = "https://git.asonix.dog/Aardwolf/actix-sled-cache" keywords = ["sled", "actix", "cache"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix = "0.8" actix-threadpool = "0.1" chrono = "0.4" futures = "0.1" log = "0.4" serde = "1.0" sled-extensions = { version = "0.2", features = ["bincode"] }