cashier 0.1.3

Generalized Data KV Cache Module
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 = "cashier"
version = "0.1.3"
authors = ["myyrakle <sssang97@naver.com>"]
description = "Generalized Data KV Cache Module"
homepage = "https://github.com/myyrakle/cashier/blob/master/README.md"
documentation = "https://docs.rs/cashier/latest/cashier"
readme = "README.md"
keywords = ["cache"]
license = "MIT"
repository = "https://github.com/myyrakle/cashier"

[dependencies.anyhow]
version = "1.0.79"

[dependencies.aws-config]
version = "1.1.4"
features = ["behavior-version-latest"]
optional = true

[dependencies.aws-sdk-dynamodb]
version = "1.13.1"
optional = true

[dependencies.epoch-timestamp]
version = "1.0.0"

[dependencies.futures]
version = "0.3.30"
features = ["executor"]

[dependencies.postgres]
version = "0.19.7"
optional = true

[dependencies.redis]
version = "0.24.0"
optional = true

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

[features]
default = []
dynamo = [
    "dep:aws-config",
    "dep:aws-sdk-dynamodb",
]
full = [
    "dynamo",
    "redis",
]
redis = ["dep:redis"]