koibumi-core 0.0.0

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

[features]
default = ["koibumi-socks"]

[dependencies]
bitflags = "1.2.1"
lazy_static = "1.4.0"
rand = "0.7.3"
ripemd160 = "0.8.0"
sha2 = "0.8.1"
sha3 = "0.8.2"

koibumi-socks = { version = "0.0.0", path = "../socks", optional = true }

[dependencies.koibumi-base32]
version = "0.0.0"
path = "../base32"