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.26.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.unwrap]
version = "~1.1.0"

[dependencies.serde_derive]
version = "~1.0.11"

[dependencies.ffi_utils]
version = "~0.2.0"

[dependencies.self_encryption]
version = "~0.11.0"

[dependencies.routing]
version = "~0.33.0"

[dependencies.fs2]
version = "~0.4.2"

[dependencies.base64]
version = "~0.4.1"

[dependencies.rust_sodium]
version = "~0.5.0"

[dependencies.futures]
version = "~0.1.14"

[dependencies.serde]
version = "~1.0.11"

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

[dependencies.log]
version = "~0.3.7"

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

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

[dependencies.lazy_static]
version = "~0.2.4"

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

[dependencies.maidsafe_utilities]
version = "~0.14.0"

[dependencies.rand]
version = "~0.3.15"

[dependencies.lru-cache]
version = "~0.1.0"
[dev-dependencies.docopt]
version = "~0.7.0"

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

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