safe_authenticator 0.2.1

SAFE Authenticator
Documentation
[package]
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "SAFE Authenticator"
documentation = "https://docs.rs/safe_authenticator"
homepage = "https://maidsafe.net"
license = "GPL-3.0"
name = "safe_authenticator"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_client_libs"
version = "0.2.1"

[dependencies]
config_file_handler = "~0.8.1"
ffi_utils = { path = "../ffi_utils", version = "~0.2.0" }
futures = "~0.1.14"
log = "~0.3.7"
maidsafe_utilities = "~0.14.0"
routing = "~0.32.2"
rust_sodium = "~0.5.0"
serde = "~1.0.11"
serde_derive = "~1.0.11"
safe_core = { path = "../safe_core", version = "~0.25.0" }
tokio-core = "~0.1.8"
tiny-keccak = "~1.3.1"
unwrap = "~1.1.0"

[features]
use-mock-routing = ["safe_core/use-mock-routing"]
testing = ["safe_core/testing"]

[lib]
crate_type = ["staticlib", "rlib", "cdylib"]