vld-redis 0.3.0

Redis integration for the vld validation library — validate payloads before set/publish and after get/subscribe
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"
rust-version = "1.70"
name = "vld-redis"
version = "0.3.0"
build = false
exclude = [
    ".idea/",
    "tests/",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Redis integration for the vld validation library — validate payloads before set/publish and after get/subscribe"
homepage = "https://github.com/s00d/vld"
documentation = "https://docs.rs/vld-redis"
readme = "README.md"
keywords = [
    "validation",
    "redis",
    "pubsub",
    "json",
    "vld",
]
categories = [
    "database",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/s00d/vld"

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

[dependencies.redis]
version = "0.32"

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

[dependencies.serde_json]
version = "1"

[dependencies.vld]
version = "0.3.0"
features = ["serialize"]

[dev-dependencies.vld]
version = "0.3.0"
features = ["serialize"]