# 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_record" version = "0.2.0" 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_record/0.2.0/udp2p_record" readme = "README.md" license = "MIT" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.75" [dependencies.udp2p_node] version = "0.1.0" [dependencies.udp2p_utils] version = "0.2.0"