safe_network_common 0.1.1

Common code for safe_vault and safe_core
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Common code for safe_vault and safe_core"
documentation = "http://maidsafe.github.io/safe_network_common/latest/"
homepage = "http://maidsafe.net"
license = "GPL-3.0"
name = "safe_network_common"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network_common"
version = "0.1.1"

[dependencies]
clippy = {version = "~0.0.61", optional = true}
maidsafe_utilities = "~0.5.0"
rand = "~0.3.14"
rustc-serialize = "~0.3.19"
sodiumoxide = "~0.0.9"
xor_name = "~0.1.0"