# 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 = "tmq" version = "0.5.0" authors = [ "cetra3 ", "skrap ", "kobzol ", "YushiOMOTE ", "iddm ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ZeroMQ bindings for Tokio" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/cetra3/tmq" [lib] name = "tmq" path = "src/lib.rs" [[example]] name = "client_worker" path = "examples/client_worker.rs" [[example]] name = "publish" path = "examples/publish.rs" [[example]] name = "pull" path = "examples/pull.rs" [[example]] name = "push" path = "examples/push.rs" [[example]] name = "reply" path = "examples/reply.rs" [[example]] name = "request" path = "examples/request.rs" [[example]] name = "subscribe" path = "examples/subscribe.rs" [[test]] name = "dealer" path = "tests/dealer.rs" [[test]] name = "pair" path = "tests/pair.rs" [[test]] name = "publish" path = "tests/publish.rs" [[test]] name = "pull" path = "tests/pull.rs" [[test]] name = "push" path = "tests/push.rs" [[test]] name = "reply" path = "tests/reply.rs" [[test]] name = "request" path = "tests/request.rs" [[test]] name = "router" path = "tests/router.rs" [[test]] name = "subscribe" path = "tests/subscribe.rs" [[test]] name = "utils" path = "tests/utils.rs" [[bench]] name = "poll" path = "benches/poll.rs" harness = false [dependencies.futures] version = "0.3" features = ["alloc"] default-features = false [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["net"] [dependencies.zmq] version = "0.10" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1" features = ["full"]