safe_network 0.22.0

The Safe Network Core. API message definitions, routing and nodes, client core api.
Documentation
[package]
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "The Safe Network Core. API message definitions, routing and nodes, client core api."
documentation = "https://docs.rs/sn_node"
edition = "2018"
homepage = "https://maidsafe.net"
license = "GPL-3.0"
name = "safe_network"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.22.0"

[profile.release]
incremental = true

[[bench]]
name = "put"
harness = false
required-features = ["testing"]

[[example]]
name = "client_blob"
required-features = ["testing"]

[[example]]
name = "network_split"
required-features = ["testing"]

[features]
default = []
always-joinable = []
chaos = []
testing = []

[dependencies]
anyhow = "1.0.40"
async-recursion = "0.3.2"
async-trait = "0.1.42"
base64 = "~0.10.1"
bincode = "1.3.1"
bls = { package = "blsttc", version = "2.0.1" }
bls_dkg = "~0.5.0"
bytes = { version = "1.0.1", features = ["serde"] }
crdts = "~7.0"
custom_debug = "0.5.0"
dashmap = "~4.0.2"
dirs-next = "2.0.0"
ed25519 = { version = "1.2.0", features = ["serde_bytes"] }
ed25519-dalek = { version = "1.0.0", features = ["serde"] }
exponential-backoff = "1.0.0"
futures = "~0.3.13"
hex = "~0.3.2"
hex_fmt = "~0.3.0"
itertools = "0.10.0"
lazy_static = "1"
lru = "0.6.5"
multibase = "~0.8.0"
qp2p = "~0.12.0"
rand = "~0.7.3"
resource_proof = "0.8.0"
rmp-serde = "~0.15.4"
secured_linked_list = "~0.3.0"
self_encryption = "~0.25.0"
serde = { version = "1.0.111", features = ["derive", "rc"] }
serde_bytes = "0.11.5"
serde_json = "1.0.53"
signature = "1.1.10"
sled = "0.34.6"
sn_launch_tool = "0.3.2"
structopt = "~0.3.17"
sysinfo = "0.19.0"
tempfile = "3.2.0"
thiserror = "1.0.23"
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
tracing-appender = "~0.1.2"
tracing-subscriber = "~0.2.15"
tracing = "~0.1.26"
uhttp_uri = "~0.5"
url = "2.2.0"
urlencoding = "1.1.1"
xor_name = "1.1.10"

[dependencies.self_update]
version = "0.16.0"
default-features = false
features = ["archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate", "rustls"]

[dependencies.tokio]
version = "1.8.0"
features = ["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync"]

[dev-dependencies]
assert_matches = "1.3"
proptest = "0.10.1"
rand = { version = "0.7.3", features = ["small_rng"] }
rand_xorshift = "~0.2.0"
tokio-util = { version = "0.6.7", features = ["time"] }
yansi = "~0.5.0"