# 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 = "crust" version = "0.32.1" authors = ["MaidSafe Developers "] description = "Peer-to-peer networking library. Automatically reconnect and manage connections." homepage = "https://maidsafe.net" documentation = "https://docs.rs/crust" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/crust" [[example]] name = "crust_peer" path = "examples/crust_peer.rs" bench = false [dependencies.byteorder] version = "~1.3.0" [dependencies.config_file_handler] version = "~0.11.0" [dependencies.crossbeam] version = "~0.2.10" [dependencies.get_if_addrs] version = "~0.4.1" [dependencies.igd] version = "~0.6.0" [dependencies.log] version = "~0.3.6" [dependencies.maidsafe_utilities] version = "~0.18.0" [dependencies.mio] version = "~0.6.9" [dependencies.mio-extras] version = "~2.0.5" [dependencies.net2] version = "~0.2.30" [dependencies.quick-error] version = "~1.2.2" [dependencies.rand] version = "~0.3.15" [dependencies.rust_sodium] version = "~0.10.0" [dependencies.serde] version = "~1.0.25" [dependencies.serde_derive] version = "~1.0.25" [dependencies.serde_json] version = "~1.0.8" [dependencies.tiny-keccak] version = "~1.4.0" [dependencies.unwrap] version = "~1.2.0" [dev-dependencies.clap] version = "~2.25.1"