ump-server 0.4.1

Server message dispatch loop for ump.
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.85"
name = "ump-server"
version = "0.4.1"
build = false
exclude = [
    ".fossil-settings",
    ".efiles",
    ".fslckout",
    "www",
    "bacon.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server message dispatch loop for ump."
readme = "README.md"
keywords = [
    "channel",
    "threads",
    "sync",
    "message-passing",
]
categories = [
    "concurrency",
    "asynchronous",
]
license = "0BSD"
repository = "https://repos.qrnch.tech/pub/ump-server"

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

[features]
default = ["tokio"]
tokio = [
    "dep:tokio",
    "dep:async-trait",
]
tracing = ["dep:tracing"]
watchdog = ["dep:parking_lot"]

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

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

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

[dependencies.async-trait]
version = "0.1.83"
optional = true

[dependencies.parking_lot]
version = "0.12.3"
optional = true

[dependencies.tokio]
version = "1.40.0"
features = ["rt"]
optional = true

[dependencies.tracing]
version = "0.1.40"
optional = true

[dependencies.ump]
version = "0.13.0"

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

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

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

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

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