safe_authenticator 0.10.2

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]
edition = "2018"
name = "safe_authenticator"
version = "0.10.2"
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.bincode]
version = "~1.1.4"

[dependencies.config_file_handler]
version = "~0.11.0"

[dependencies.env_logger]
version = "~0.6.2"
optional = true

[dependencies.ffi_utils]
version = "~0.12.0"

[dependencies.futures]
version = "~0.1.17"

[dependencies.jni]
version = "~0.12.0"
optional = true

[dependencies.log]
version = "~0.4.1"

[dependencies.lru-cache]
version = "~0.1.1"

[dependencies.maidsafe_utilities]
version = "~0.18.0"

[dependencies.new_rand]
version = "0.6"
package = "rand"

[dependencies.quic-p2p]
version = "~0.2.1"

[dependencies.rand]
version = "~0.3.18"

[dependencies.rust_sodium]
version = "~0.10.2"

[dependencies.safe-nd]
version = "~0.4.0"

[dependencies.safe_core]
version = "~0.33.2"

[dependencies.serde]
version = "~1.0.97"
features = ["derive"]

[dependencies.threshold_crypto]
version = "~0.3.2"

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

[dependencies.tokio]
version = "~0.1.22"

[dependencies.unwrap]
version = "~1.2.0"
[dev-dependencies.env_logger]
version = "~0.6.2"

[dev-dependencies.safe_core]
version = "~0.33.2"
features = ["testing"]
[build-dependencies.ffi_utils]
version = "~0.12.0"

[build-dependencies.jni]
version = "~0.12.0"

[build-dependencies.rust_sodium]
version = "~0.10.2"

[build-dependencies.safe-nd]
version = "~0.4.0"

[build-dependencies.safe_bindgen]
version = "~0.13.1"
optional = true

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

[features]
bindings = ["safe_bindgen"]
mock-network = ["testing", "safe_core/mock-network"]
testing = ["safe_core/testing", "env_logger"]