# 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.56" name = "ump-server" version = "0.4.0" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml", ] 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", ] [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.82" 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" [features] default = ["tokio"] tokio = [ "dep:tokio", "dep:async-trait", ] tracing = ["dep:tracing"] watchdog = ["dep:parking_lot"]