vertx-eventbus-bridge 0.0.4

Rust client enabling communication with Vert.x Event Bus over TCP
Documentation
[dependencies.buffered-reader]
version = "0.20.0"

[dependencies.byteorder]
version = "1.3.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.112"

[dependencies.serde_json]
version = "1.0.55"
[dev-dependencies.testcontainers]
version = "0.11.0"

[package]
authors = ["aesteve <arnaud.esteve@gmail.com>"]
categories = ["api-bindings", "network-programming"]
description = "Rust client enabling communication with Vert.x Event Bus over TCP"
documentation = "https://github.com/aesteve/vertx-eventbus-client-rs"
edition = "2018"
exclude = ["testutils/"]
homepage = "https://github.com/aesteve/vertx-eventbus-client-rs"
keywords = ["vertx", "eventbus", "tcp", "bridge"]
license = "Apache-2.0"
name = "vertx-eventbus-bridge"
readme = "README.md"
repository = "https://github.com/aesteve/vertx-eventbus-client-rs"
version = "0.0.4"