# 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 = "socket-collection" version = "0.4.0" authors = ["MaidSafe Developers "] description = "Collection of sockets wrapped for convenience " documentation = "https://docs.rs/socket-collection/" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/socket-collection" [dependencies.log] version = "~0.4.6" [dependencies.maidsafe_utilities] version = "~0.17.0" [dependencies.mio] version = "~0.6.16" [dependencies.quick-error] version = "~1.2.2" [dependencies.safe_crypto] version = "~0.5.0" [dependencies.serde] version = "~1.0.80" [dependencies.serde_derive] version = "~1.0.80" [dependencies.unwrap] version = "~1.2.1" [dev-dependencies.hamcrest2] version = "~0.2.3" [dev-dependencies.mio-extras] version = "~2.0.5" [dev-dependencies.proptest] version = "~0.8.7" [dev-dependencies.rand] version = "~0.5.5"