safe_vault 0.18.0

Implementation of the 'Vault' node for the SAFE Network.
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_vault"
version = "0.18.0"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
build = "build.rs"
description = "Implementation of the 'Vault' node for the SAFE Network."
homepage = "https://maidsafe.net"
documentation = "https://docs.rs/safe_vault"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/maidsafe/safe_vault"

[[bin]]
name = "safe_vault"
doc = false

[[test]]
name = "tests"
[dependencies.accumulator]
version = "~0.7.0"

[dependencies.clap]
version = "~2.25.1"

[dependencies.config_file_handler]
version = "~0.9.0"

[dependencies.fake_clock]
version = "~0.2.0"

[dependencies.hex]
version = "~0.2.0"

[dependencies.itertools]
version = "~0.6.1"

[dependencies.log]
version = "~0.3.8"

[dependencies.lru_time_cache]
version = "~0.7.0"

[dependencies.maidsafe_utilities]
version = "~0.15.0"

[dependencies.quick-error]
version = "~1.2.0"

[dependencies.rand]
version = "~0.3.16"

[dependencies.routing]
version = "~0.35.0"

[dependencies.rust_sodium]
version = "~0.7.0"

[dependencies.serde]
version = "~1.0.25"

[dependencies.serde_derive]
version = "~1.0.25"

[dependencies.serde_json]
version = "~1.0.8"

[dependencies.tempdir]
version = "~0.3.5"

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

[dependencies.unwrap]
version = "~1.1.0"
[build-dependencies.hyper]
version = "~0.9.10"
optional = true

[features]
generate-diagrams = ["hyper"]
use-mock-crust = ["routing/use-mock-crust", "lru_time_cache/fake_clock"]
use-mock-crypto = ["routing/use-mock-crypto"]
use-mock-routing = ["lru_time_cache/fake_clock"]