sz-orm-queue 1.2.2

SZ-ORM Message Queue Extension - 6 MQ Providers (RabbitMQ/NATS/Pulsar/Kafka/ActiveMQ real, RocketMQ stub)
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"
name = "sz-orm-queue"
version = "1.2.2"
authors = ["SZ-ORM Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SZ-ORM Message Queue Extension - 6 MQ Providers (RabbitMQ/NATS/Pulsar/Kafka/ActiveMQ real, RocketMQ stub)"
homepage = "https://github.com/ljclz/sz-orm"
readme = false
keywords = [
    "orm",
    "database",
    "async",
    "sql",
    "tokio",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/ljclz/sz-orm"

[features]
activemq = ["lapin"]
all-real = [
    "rabbitmq",
    "nats",
    "pulsar",
    "kafka",
    "activemq",
]
default = []
kafka = ["rdkafka"]
nats = ["async-nats"]
pulsar = ["dep:pulsar"]
rabbitmq = ["lapin"]
redis = []
rocketmq = []

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

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

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

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

[dependencies.async-nats]
version = "0.38"
optional = true

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.lapin]
version = "4"
optional = true

[dependencies.pulsar]
version = "6"
features = ["tokio-rustls-runtime"]
optional = true
default-features = false

[dependencies.rdkafka]
version = "0.36"
features = ["cmake-build"]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.tokio-test]
version = "0.4"

[lints.clippy]
module_name_repetitions = "allow"
type_complexity = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"