rocketmq-rust 0.2.0

Unofficial Rust implementation of Apache RocketMQ
Documentation
[dependencies.tokio]
features = ["full"]
version = "1.35"

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

[package]
authors = ["mxsm <mxsm@apache.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Unofficial Rust implementation of Apache RocketMQ\n"
edition = "2021"
homepage = "https://github.com/mxsm/rocketmq-rust"
keywords = ["rocketmq", "rust", "mq"]
license = "MIT OR Apache-2.0"
name = "rocketmq-rust"
readme = "README.md"
repository = "https://github.com/mxsm/rocketmq-rust"
version = "0.2.0"