ssb-client 0.2.0

A client library for interfacing with ssb.
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 = "ssb-client"
version = "0.2.0"
authors = ["AljoschaMeyer <mail@aljoscha-meyer.de>"]
description = "A client library for interfacing with ssb."
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/ssbc/ssb-client-rs"
[dependencies.box_stream]
version = "0.4.0"

[dependencies.futures]
version = "0.1.17"

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.muxrpc]
version = "0.2.0"

[dependencies.secret_handshake]
version = "3.0.2"

[dependencies.secret_stream]
version = "0.1.2"

[dependencies.serde_json]
version = "1.0.9"

[dependencies.sodiumoxide]
version = "0.0.16"

[dependencies.ssb-common]
version = "0.2.4"

[dependencies.ssb-keyfile]
version = "0.1.2"

[dependencies.ssb-rpc]
version = "0.2.0"

[dependencies.tokio]
version = "0.1.1"

[dependencies.tokio-io]
version = "0.1.5"

[features]
default = ["ssb"]
ssb = []