secra-cache 0.1.3

一个基于 Redis 的统一缓存管理库,专为插件化架构设计,提供强隔离、生命周期管理和极简 API
# 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 = "secra-cache"
version = "0.1.3"
authors = ["Your Name <your.email@example.com>"]
build = false
exclude = [
    "target/",
    "Cargo.lock",
    ".gitignore",
    ".git/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "一个基于 Redis 的统一缓存管理库,专为插件化架构设计,提供强隔离、生命周期管理和极简 API"
readme = "README.md"
keywords = [
    "cache",
    "redis",
    "plugin",
    "async",
    "tokio",
]
categories = [
    "asynchronous",
    "caching",
    "web-programming",
]
license = "MIT OR Apache-2.0"

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

[[example]]
name = "basic_demo"
path = "examples/basic_demo.rs"

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

[dependencies.dashmap]
version = "6.1"

[dependencies.fastrand]
version = "2.0"

[dependencies.redis]
version = "1.0"
features = [
    "tokio-comp",
    "connection-manager",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = [
    "sync",
    "rt-multi-thread",
    "macros",
]

[dependencies.tracing]
version = "0.1"