redis-objects 1.2.0

Object oriented wrapper around redis client for the Assemblyline malware analysis platform.
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 = "redis-objects"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Object oriented wrapper around redis client for the Assemblyline malware analysis platform."
homepage = "https://www.cyber.gc.ca/en/tools-services/assemblyline"
readme = false
license = "MIT"
repository = "https://github.com/cybercentreCanada/assemblyline-rust"

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.9"

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

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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