goxoy-p2p 0.1.0

Goxoy P2P Protocol
Documentation
[package]

name = "goxoy-p2p"

version = "0.1.0"

edition = "2021"

authors = ["Omer GOKSOY <goksoy.omer@gmail.com>"]

license = "MIT"

repository = "https://github.com/Goxoy/goxoy-p2p/"

keywords = ["p2p","node-p2p","gossip-p2p","gossip-protocol"]

description = "Goxoy P2P Protocol"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

goxoy-address-parser = "0.0.9"

goxoy-key-value = "0.1.2"

serde_json = "1.0.64"

serde = { version = "1.0.163", features = ["derive"] }

hex="0.4.3"

sha256 = "1.4.0"

secp256k1 = "0.28.0"

bs58 = "0.5.0"

tungstenite = "0.20.1"

url = "2.2.2"

log = "0.4"

env_logger = "0.10.1"

rand = "0.8.5"

colored = "1.8.0"