safe_vault 0.19.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]
edition = "2018"
name = "safe_vault"
version = "0.19.0"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
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
required-features = ["quic-p2p"]
[dependencies.base64]
version = "~0.10.1"

[dependencies.bincode]
version = "=1.1.4"

[dependencies.bytes]
version = "~0.4.12"
features = ["serde"]

[dependencies.crossbeam-channel]
version = "~0.3.8"

[dependencies.ctrlc]
version = "~3.1.3"

[dependencies.directories]
version = "~2.0.1"

[dependencies.env_logger]
version = "~0.6.2"

[dependencies.fxhash]
version = "~0.2.1"
optional = true

[dependencies.hex]
version = "~0.3.2"

[dependencies.hex_fmt]
version = "~0.3.0"
optional = true

[dependencies.lazy_static]
version = "~1.3.0"

[dependencies.log]
version = "~0.4.7"

[dependencies.pickledb]
version = "~0.4.0"

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

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

[dependencies.rand]
version = "~0.6.5"

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

[dependencies.self_update]
version = "0.5.1"

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

[dependencies.serde_json]
version = "~1.0.40"

[dependencies.structopt]
version = "~0.2.18"

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

[dependencies.unwrap]
version = "~1.2.1"
[dev-dependencies.maplit]
version = "~1.0.1"

[dev-dependencies.rand_chacha]
version = "~0.1.1"

[dev-dependencies.tempdir]
version = "~0.3.7"

[features]
default = ["quic-p2p"]
mock = ["fxhash", "hex_fmt"]