risq 0.0.3

Re-implementation of Bisq (https://github.com/bisq-network/bisq) in rust
Documentation
[package]
name = "risq"
version = "0.0.3"
authors = ["Justin Carter <justin@misthos.io>"]
edition = "2018"
license = "AGPL-3.0"
repository = "https://github.com/bodymindarts/risq"
description = "Re-implementation of Bisq (https://github.com/bisq-network/bisq) in rust"

[features]
default = []

checker = []
statistics = []
fail-on-warnings = []

all = ["checker", "statistics"]

[dependencies]
actix = "0.8.3"
actix-web = "1.0.8"
bitcoin = "0.21.0"
bitcoin_hashes = "0.7.1"
bufstream = "0.1.4"
bytes = "0.4.12"
dirs = "2.0.2"
env_logger = "0.7.0"
either = "1.5.3"
futures = "0.1.29"
futures-locks = "0.4.0"
juniper = "0.14.0"
juniper-from-schema = "0.4.0"
lazy_static = "1.4.0"
log = "0.4.8"
prost = "0.5.0"
prost-types = "0.5.0"
rand = "0.7.2"
reqwest = "0.9.0"
serde = { version = "1.0.101", features = ["derive"] }
serde_json = "1.0.41"
socks = "0.3.2"
tokio = "0.1.22"
uuid = { version = "0.8.0", features = ["v4"] }

[dependencies.clap]
version = "2.33.0"
features = [ "suggestions", "color", "unstable"]

[build-dependencies]
prost-build = "0.5.0"