# 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 = "threadsafe_zmq" version = "1.0.1" authors = ["Elvis Sabanovic "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Threadsafe zeromq" readme = "README.md" keywords = [ "threadsafe", "zeromq", "sockets", "unix-domain-sockets", "ipc", ] categories = ["concurrency"] license = "Apache-2.0" repository = "https://github.com/Elvis339/threadsafe_zmq" [lib] name = "threadsafe_zmq" path = "src/lib.rs" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.zmq] version = "0.10.0"