[package] name = "safe_client" version = "0.2.1" authors = ["MaidSafe Developers "] description = "SAFE Client API library" documentation = "http://maidsafe.github.io/safe_client/latest/" repository = "https://github.com/maidsafe/safe_client" readme = "README.md" license = "GPL-3.0" homepage = "http://maidsafe.net" [dependencies] # ---- MaidSafe ----- routing = "0.4.*" lru_time_cache = "0.2.*" self_encryption = "0.2.*" # ---- Others ---- log = "*" cbor = "*" rand = "*" sodiumoxide = "*" rustc-serialize = "*" [dev-dependencies] env_logger = "*" [features] use-mock-routing = []