rocketmq-rust 0.8.0

Unofficial Rust implementation of Apache RocketMQ
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"
rust-version = "1.85.0"
name = "rocketmq-rust"
version = "0.8.0"
authors = ["mxsm <mxsm@apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Unofficial Rust implementation of Apache RocketMQ\r
"""
homepage = "https://github.com/mxsm/rocketmq-rust"
readme = "README.md"
keywords = [
    "apache-rocketmq",
    "rocketmq-rust",
    "rocketmq-rs",
    "rust",
    "rocketmq-client",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mxsm/rocketmq-rust"

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

[[example]]
name = "advanced_usage"
path = "examples/advanced_usage.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "basic_usage_more"
path = "examples/basic_usage_more.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.cron]
version = "0.16"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rocketmq-error]
version = "0.8.0"

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

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

[dependencies.tokio-util]
version = "0.7.18"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.tracing-subscriber]
version = "0.3.23"
features = ["time"]