koibumi-node 0.0.8

A Bitmessage node implementation as a library for Koibumi, an experimental Bitmessage client
Documentation
[package]
name = "koibumi-node"
version = "0.0.8"
authors = ["Kashiko Koibumi <kashiko@tuta.io>"]
edition = "2018"
license = "AGPL-3.0-or-later"
description = "A Bitmessage node implementation as a library for Koibumi, an experimental Bitmessage client"
homepage = "https://kashiko.gitlab.io/koibumi-rust/"
documentation = "https://docs.rs/koibumi-node"
repository = "https://gitlab.com/kashiko/koibumi-rust/"
readme = "README.md"
keywords = ["bitmessage", "protocol", "network", "client", "peer-to-peer"]
categories = ["email", "network-programming"]

[dependencies]
async-std = { version = "1.5.0", features = ["unstable"] }
futures = "0.3.4"
log = "0.4.8"
num_cpus = "1.13.0"
rand = "0.7.3"
rand_distr = "0.2.2"
serde = { version = "1.0.110", features = ["derive"] }
sqlx = { version = "0.4.1", features = ["runtime-async-std-native-tls", "sqlite"] }

koibumi-core = { version = "0.0.8", path = "../core" }
koibumi-net = { version = "0.0.0", features = ["serde"], path = "../net" }
koibumi-socks = { version = "0.0.5", path = "../socks" }