genies_cache 1.8.0

整合DDD与Dapr 的 cache 库
Documentation
# 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 = "genies_cache"
version = "1.8.0"
authors = ["tdcare"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "整合DDD与Dapr 的 cache 库"
documentation = "https://docs.rs/genies_cache"
readme = "README.zh-CN.md"
keywords = [
    "dominevent",
    "aggregate",
    "ddd",
    "dapr",
]
categories = [
    "config",
    "rust-patterns",
]
license = "MIT/Apache-2.0"

[lib]
name = "genies_cache"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1.59"

[dependencies.genies_config]
version = "1.8.0"

[dependencies.genies_core]
version = "1.8.0"

[dependencies.genies_derive]
version = "1.8.0"

[dependencies.log]
version = "0.4.17"

[dependencies.redis]
version = "1.1.0"
features = ["tokio-comp"]

[dependencies.serde]
version = "1.0.148"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.89"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
version = "1.22.0"
features = ["full"]

[dev-dependencies]