[package] 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." repository = "https://github.com/emyzelium/emyzelium-rs" keywords = ["network", "peer", "publish-subscribe", "tor", "zeromq"] categories = ["network-programming"] license = "GPL-3.0-or-later" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] incremental = true [dependencies] getrandom = "0.2.15" [dev-dependencies] crossterm = "0.27.0" rand = "0.8.5"