# 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 = "udp2p_transport" version = "0.2.3" authors = ["Andrew N. Smith "] description = "The peer discovery portion of the udp2p library, used for discovering peers in a peer to peer network" documentation = "https://doc.rs/udp2p_transport/0.2.0/udp2p_transport" readme = "README.md" license = "MIT" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.14" [dependencies.udp2p_gd_udp] version = "0.2.1" [dependencies.udp2p_protocol] version = "0.2.0" [dependencies.udp2p_utils] version = "0.2.0"