# 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] name = "p2p" version = "0.6.0" authors = ["ustulation "] description = "NAT Traversal for P2P communication" documentation = "https://docs.rs/p2p/" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/ustulation/p2p" [dependencies.bincode] version = "~0.8.0" [dependencies.byteorder] version = "~1.1.0" [dependencies.log] version = "~0.3.8" [dependencies.mio] version = "~0.6.9" [dependencies.net2] version = "~0.2.30" [dependencies.quick-error] version = "~1.2.0" [dependencies.rand] version = "~0.3.16" [dependencies.rust_sodium] version = "~0.5.0" [dependencies.serde] version = "~1.0.11" [dependencies.serde_derive] version = "~1.0.11" [dependencies.socket-collection] version = "~0.3.0" [dev-dependencies.env_logger] version = "~0.5.13" [dev-dependencies.maidsafe_utilities] version = "~0.15.0" [dev-dependencies.serde_json] version = "~1.0.2" [dev-dependencies.unwrap] version = "~1.1.0"