bitbroker 0.1.0

A language agnostic message broker designed for real-time communication.
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 = "bitbroker"
version = "0.1.0"
build = "build.rs"
include = [
    "/src/*",
    "/proto/*",
    "/build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A language agnostic message broker designed for real-time communication."
readme = "README.md"
license = "BSD-4-Clause"
repository = "https://gitlab.com/tuck-ab/bitbroker"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.prost]
version = "0.13.5"

[dependencies.tokio]
version = "1.45.1"
features = [
    "net",
    "io-util",
]

[dependencies.tracing]
version = "0.1.41"

[build-dependencies.prost-build]
version = "0.13.5"

[features]
bot = []
broker = []
game = []