# 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" version = "0.13.0" build = false exclude = [ ".fossil-settings", ".efiles", ".fslckout", "examples", "www", "bacon.toml", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Micro message passing library for threads/tasks communication." readme = "README.md" keywords = [ "channel", "threads", "sync", "message-passing", ] categories = [ "concurrency", "asynchronous", ] license = "0BSD" repository = "https://repos.qrnch.tech/pub/ump" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "ump" path = "src/lib.rs" [[test]] name = "async_client" path = "tests/async_client.rs" [[test]] name = "clnt_disappear" path = "tests/clnt_disappear.rs" [[test]] name = "fail" path = "tests/fail.rs" [[test]] name = "noreply" path = "tests/noreply.rs" [[test]] name = "stress" path = "tests/stress.rs" [[test]] name = "svc_disappear" path = "tests/svc_disappear.rs" [[test]] name = "wait_disappear" path = "tests/wait_disappear.rs" [[test]] name = "weak" path = "tests/weak.rs" [[bench]] name = "add_server" path = "benches/add_server.rs" harness = false [dependencies.sigq] version = "0.13.5" [dependencies.swctx] version = "0.3.0" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.tokio] version = "1.40.0" features = ["rt-multi-thread"] [badges.maintenance] status = "passively-maintained"