# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vertx-eventbus-bridge" version = "0.0.4" authors = ["aesteve "] exclude = ["testutils/"] description = "Rust client enabling communication with Vert.x Event Bus over TCP" homepage = "https://github.com/aesteve/vertx-eventbus-client-rs" documentation = "https://github.com/aesteve/vertx-eventbus-client-rs" readme = "README.md" keywords = ["vertx", "eventbus", "tcp", "bridge"] categories = ["api-bindings", "network-programming"] license = "Apache-2.0" repository = "https://github.com/aesteve/vertx-eventbus-client-rs" [dependencies.buffered-reader] version = "0.20.0" [dependencies.byteorder] version = "1.3.4" [dependencies.serde] version = "1.0.112" features = ["derive"] [dependencies.serde_json] version = "1.0.55" [dev-dependencies.testcontainers] version = "0.11.0"