iggy_binary_protocol 0.8.3-edge.1

Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second.
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 = "2024"
name = "iggy_binary_protocol"
version = "0.8.3-edge.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second."
homepage = "https://iggy.apache.org"
documentation = "https://iggy.apache.org/docs"
readme = "README.md"
keywords = [
    "iggy",
    "messaging",
    "streaming",
]
categories = [
    "command-line-utilities",
    "database",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/apache/iggy"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-broadcast]
version = "0.7.2"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.0"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.comfy-table]
version = "7.2.2"
optional = false

[dependencies.dirs]
version = "6.0.0"

[dependencies.iggy_common]
version = "0.8.3-edge.1"

[dependencies.keyring]
version = "3.6.3"
features = [
    "sync-secret-service",
    "vendored",
]
optional = false

[dependencies.passterm]
version = "=2.0.1"
optional = false

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.toml]
version = "0.9.11"

[dependencies.tracing]
version = "0.1.44"