xsm 0.1.2

redis stream for rust
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 = "xsm"
version = "0.1.2"
description = "redis stream for rust"
homepage = "https://github.com/xxai-art/xsm"
license = "SSPL-1.0"

[dependencies.anyhow]
version = "1.0.72"

[dependencies.bytes]
version = "1.4.0"

[dependencies.frand]
version = "0.7.3"

[dependencies.fred]
version = "6.3.0"

[dependencies.gethostname]
version = "0.4.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.tokio]
version = "1.29.1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "time",
]

[dependencies.xxai-msgpacker]
version = "0.4.4"