# 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" name = "ump-ng" version = "0.2.1" 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-ng" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] [lib] name = "ump_ng" path = "src/lib.rs" [[test]] name = "async_client" path = "tests/async_client.rs" [[test]] name = "fail" path = "tests/fail.rs" [[test]] name = "noreply" path = "tests/noreply.rs" [[test]] name = "queue_cleanup" path = "tests/queue_cleanup.rs" [[test]] name = "stress" path = "tests/stress.rs" [[test]] name = "wait_disappear" path = "tests/wait_disappear.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" [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