rocketmq-error 0.8.0

Rocketmq rust error module
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-error"
version = "0.8.0"
authors = ["mxsm <mxsm@apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rocketmq rust error module"
homepage = "https://github.com/mxsm/rocketmq-rust"
readme = "README.md"
keywords = [
    "rocketmq-rust",
    "rocketmq-error",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mxsm/rocketmq-rust"

[features]
default = []
with_config = ["config"]
with_serde = ["serde_json"]

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

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

[[test]]
name = "controller_integration_test"
path = "tests/controller_integration_test.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.config]
version = "0.15.22"
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "2.0.18"