safe_authenticator 0.5.0

SAFE Authenticator
Documentation
# 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 = "safe_authenticator"
version = "0.5.0"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
build = "build.rs"
description = "SAFE Authenticator"
homepage = "https://maidsafe.net"
documentation = "https://docs.rs/safe_authenticator"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/maidsafe/safe_client_libs"

[lib]
crate_type = ["staticlib", "rlib", "cdylib"]
[dependencies.log]
version = "~0.3.7"

[dependencies.unwrap]
version = "~1.1.0"

[dependencies.tiny-keccak]
version = "~1.3.1"

[dependencies.config_file_handler]
version = "~0.8.3"

[dependencies.maidsafe_utilities]
version = "~0.14.1"

[dependencies.rand]
version = "~0.3.18"

[dependencies.safe_core]
version = "~0.28.0"

[dependencies.futures]
version = "~0.1.15"

[dependencies.serde]
version = "~1.0.24"

[dependencies.ffi_utils]
version = "~0.4.0"

[dependencies.serde_derive]
version = "~1.0.24"

[dependencies.rust_sodium]
version = "~0.6.0"

[dependencies.tokio-core]
version = "~0.1.9"

[dependencies.routing]
version = "~0.34.0"
[dev-dependencies.safe_core]
version = "~0.28.0"
features = ["testing"]
[build-dependencies.ffi_utils]
version = "~0.4.0"

[build-dependencies.unwrap]
version = "~1.1.0"

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