redis-objects 1.1.2

Object oriented wrapper around redis client for the Assemblyline malware analysis platform.
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.deadpool-redis]
features = ["serde"]
version = "0.22.0"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.9"

[dependencies.redis]
features = ["tokio-native-tls-comp", "connection-manager", "keep-alive", "tls"]
version = "0.32"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.env_logger]
version = "0.11"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Object oriented wrapper around redis client for the Assemblyline malware analysis platform."
edition = "2021"
homepage = "https://www.cyber.gc.ca/en/tools-services/assemblyline"
license = "MIT"
name = "redis-objects"
readme = false
repository = "https://github.com/cybercentreCanada/assemblyline-rust"
version = "1.1.2"