# 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 = "emyzelium" version = "0.9.12" authors = [ "emyzelium ", "serhon ", ] description = "Wrapper for ZeroMQ's Pub-Sub with Curve+ZAP, over Tor. Peers, identified by public key, onion, and port, publish Vec> under topics to which other peers subscribe." readme = "README.md" keywords = [ "network", "peer", "publish-subscribe", "tor", "zeromq", ] categories = ["network-programming"] license = "GPL-3.0-or-later" repository = "https://github.com/emyzelium/emyzelium-rs" [profile.release] incremental = true [dependencies.getrandom] version = "0.2.15" [dev-dependencies.crossterm] version = "0.27.0" [dev-dependencies.rand] version = "0.8.5"