# 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.3.1" authors = ["AljoschaMeyer "] description = "A client library for interfacing with ssb." readme = "README.md" license = "AGPL-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 = "4.0.0" [dependencies.secret_stream] version = "0.2.0" [dependencies.serde] version = "1.0.27" [dependencies.serde_json] version = "1.0.9" [dependencies.sodiumoxide] version = "0.0.16" [dependencies.ssb-common] version = "0.3.0" [dependencies.ssb-keyfile] version = "0.1.2" [dependencies.ssb-rpc] version = "0.3.1" [dependencies.tokio] version = "0.1.1" [dependencies.tokio-io] version = "0.1.5" [features] default = ["ssb"] ssb = []