# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "udp_hole_punching" version = "2.0.8" authors = ["wangmarkqi "] description = "A udp punching tool for peer to peer connection." homepage = "https://github.com/wangmarkqi/udp_hole_punching.git" documentation = "https://github.com/wangmarkqi/search_json.git" license = "MIT" repository = "https://github.com/wangmarkqi/udp_hole_punching.git" [lib] name = "udp_hole_punching" path = "src/lib.rs" [[bin]] name = "udp_hole_punching" path = "src/bin.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.async-std] version = "1.6.2" [dependencies.async-trait] version = "0.1.42" [dependencies.bincode] version = "1.3.1" [dependencies.once_cell] version = "1.4.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sled] version = "0.34.6"