rocketmq-admin-core 0.8.0

Rust implementation of Apache RocketMQ tools
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-admin-core"
version = "0.8.0"
authors = ["mxsm <mxsm@apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of Apache RocketMQ tools"
homepage = "https://github.com/mxsm/rocketmq-rust"
readme = "README.md"
keywords = [
    "apache-rocketmq",
    "rocketmq-rust",
    "apache",
    "rust",
    "rocketmq-tools",
]
categories = [
    "command-line-utilities",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mxsm/rocketmq-rust"

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

[[bin]]
name = "rocketmq-admin-cli-rust"
path = "src/bin/rocketmq_admin_cli.rs"

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

[dependencies.bytes]
version = "1.11.1"

[dependencies.cheetah-string]
version = "1.0.1"
features = [
    "serde",
    "bytes",
    "simd",
]

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap_complete]
version = "4.6"

[dependencies.colored]
version = "3.1"

[dependencies.dialoguer]
version = "0.12"

[dependencies.futures]
version = "0.3.32"

[dependencies.indicatif]
version = "0.18"

[dependencies.regex]
version = "1.12.3"

[dependencies.rocketmq-client-rust]
version = "0.8.0"

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

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

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

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

[dependencies.rocksdb]
version = "0.24"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tabled]
version = "0.20.0"
features = ["derive"]

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

[dependencies.tracing]
version = "0.1.44"