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_app"
version = "0.8.0"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
build = "build.rs"
description = "SAFE App"
homepage = "https://maidsafe.net"
documentation = "https://docs.rs/safe_app"
readme = "README.md"
license = "MIT OR BSD-3-Clause"
repository = "https://github.com/maidsafe/safe_client_libs"

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

[[example]]
name = "client_stress_test"
bench = false

[[example]]
name = "gen_invites"
bench = false

[[example]]
name = "self_authentication"
bench = false
[dependencies.config_file_handler]
version = "~0.9.0"

[dependencies.ffi_utils]
version = "~0.6.0"

[dependencies.futures]
version = "~0.1.17"

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

[dependencies.log]
version = "~0.4.1"

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

[dependencies.maidsafe_utilities]
version = "~0.15.0"

[dependencies.rand]
version = "~0.3.18"

[dependencies.routing]
version = "~0.35.0"

[dependencies.rust_sodium]
version = "~0.7.0"

[dependencies.safe_authenticator]
version = "~0.8.0"
optional = true

[dependencies.safe_core]
version = "~0.31.0"

[dependencies.self_encryption]
version = "~0.12.0"

[dependencies.serde]
version = "~1.0.27"

[dependencies.serde_derive]
version = "~1.0.27"

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

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

[dependencies.unwrap]
version = "~1.1.0"
[dev-dependencies.clap]
version = "=2.25.1"

[dev-dependencies.safe_authenticator]
version = "~0.8.0"
features = ["testing"]

[dev-dependencies.safe_core]
version = "~0.31.0"
features = ["testing"]
[build-dependencies.ffi_utils]
version = "~0.6.0"

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

[build-dependencies.routing]
version = "~0.35.0"

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

[build-dependencies.safe_bindgen]
version = "~0.5.0"

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

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