mq-rest-admin 1.2.2

Rust wrapper for the IBM MQ administrative REST API
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 = "2024"
rust-version = "1.92"
name = "mq-rest-admin"
version = "1.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper for the IBM MQ administrative REST API"
documentation = "https://wphillipmoore.github.io/mq-rest-admin-rust/"
readme = "README.md"
keywords = [
    "ibm-mq",
    "rest-api",
    "mqsc",
    "message-queue",
]
categories = ["api-bindings"]
license = "GPL-3.0-or-later"
repository = "https://github.com/wphillipmoore/mq-rest-admin-rust"

[features]
examples = []
integration = []

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "blocking",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.paste]
version = "1"

[lints.clippy]
multiple_crate_versions = "allow"

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

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
unsafe_code = "forbid"