# 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 = "goxoy-p2p" version = "0.1.0" authors = ["Omer GOKSOY "] description = "Goxoy P2P Protocol" keywords = [ "p2p", "node-p2p", "gossip-p2p", "gossip-protocol", ] license = "MIT" repository = "https://github.com/Goxoy/goxoy-p2p/" [dependencies.bs58] version = "0.5.0" [dependencies.colored] version = "1.8.0" [dependencies.env_logger] version = "0.10.1" [dependencies.goxoy-address-parser] version = "0.0.9" [dependencies.goxoy-key-value] version = "0.1.2" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.secp256k1] version = "0.28.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.sha256] version = "1.4.0" [dependencies.tungstenite] version = "0.20.1" [dependencies.url] version = "2.2.2"