umpx 0.6.0

Collection of ump extensions.
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.87"
name = "umpx"
version = "0.6.0"
build = false
exclude = [
    ".fossil-settings",
    ".efiles",
    ".fslckout",
    "www",
    "bacon.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collection of ump extensions."
readme = "README.md"
keywords = [
    "ump",
    "message-passing",
]
categories = [
    "concurrency",
    "asynchronous",
]
license = "0BSD"
repository = "https://repos.qrnch.tech/pub/umpx"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--generate-link-to-definition",
]

[badges.maintenance]
status = "experimental"

[features]
sqlsrv = [
    "dep:sqlsrv",
    "sqlsrv/tpool",
    "dep:threadpool",
]

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

[dependencies.sqlsrv]
version = "0.13.0"
optional = true

[dependencies.swctx]
version = "0.3.0"

[dependencies.threadpool]
version = "1.8.1"
optional = true

[dependencies.ump]
version = "0.13.0"

[dependencies.ump-server]
version = "0.4.0"

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

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

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

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