[package] name = "df-cache" version = "0.1.6" edition = "2021" authors = ["Doraemon <7991156@qq.com>"] keywords = ["df", "carryxd", "cache", "redis"] readme = "README.md" license = "MIT" exclude = ["INSTALL.md", "config"] description = "This is an Cache" [dependencies] log = "0.4.17" redis = "0.22.3" json = "0.12.4"