pubsub-server 0.1.0

Pubsub message broker server binary
# 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 = "pubsub-server"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pubsub message broker server binary"
readme = "README.md"
license = "MIT"

[[bin]]
name = "pubsub-server"
path = "src/main.rs"

[[test]]
name = "helpers"
path = "tests/helpers.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.pubsub-broker]
version = "0.1"

[dependencies.pubsub-core]
version = "0.1"

[dependencies.pubsub-transport-tcp]
version = "0.1"

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

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.pubsub-client]
version = "0.1"

[dev-dependencies.pubsub-protocol]
version = "0.1"

[dev-dependencies.tokio-test]
version = "0.4"