[package] name = "br-cache" version = "0.2.0" edition = "2021" authors = ["Carry <7991156@qq.com>"] keywords = ["br", "cache", "redis"] readme = "README.md" license = "MIT" exclude = ["INSTALL.md", "config", "examples","tests"] description = "This is an Cache" [dependencies] log = "0.4" redis = "0.27" json = "0.12.4" [dev-dependencies] env_logger = "0.11.5"