# 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" version = "0.1.6" authors = ["Andrew N. Smith "] description = "The peer discovery package of the udp2p library, used for discovering peers in a peer to peer network" documentation = "https://doc.rs/udp2p_discovery/0.1.0/udp2p" readme = "README.md" license = "MIT" resolver = "2" [lib] name = "udp2p" path = "src/lib.rs" [[example]] name = "chat" path = "examples/chat.rs" [dependencies.async-std] version = "1" features = ["attributes", "tokio1"] [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.14" [dependencies.public-ip] version = "0.2.1" [dependencies.rand] version = "0.8.4" [dependencies.ritelinked] version = "0.3.2" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.75" [dependencies.sha256] version = "1.0.3" [dependencies.tokio] version = "1.15.0" features = ["full"]