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

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

[[example]]
name = "client_stress_test"
bench = false
[dependencies.base64]
version = "~0.9.0"

[dependencies.chrono]
version = "~0.4.0"
features = ["serde"]

[dependencies.config_file_handler]
version = "~0.9.0"

[dependencies.ffi_utils]
version = "~0.6.0"

[dependencies.fs2]
version = "~0.4.3"

[dependencies.futures]
version = "~0.1.17"

[dependencies.lazy_static]
version = "~1.0.0"

[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.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.docopt]
version = "~0.7.0"

[dev-dependencies.rustc-serialize]
version = "~0.3.24"

[dev-dependencies.serde_json]
version = "~1.0.9"

[features]
testing = []
use-mock-routing = []