ratman-netmod 0.5.1

Interface and framing abstraction for Ratman network drivers
Documentation
[package]
name = "ratman-netmod"
description = "Interface and framing abstraction for Ratman network drivers"
version = "0.5.1"
authors = [
  "Katharina Fey <kookie@spacekookie.de>",
  "Leonora Tindall <nora@nora.codes>"
]
edition = "2018"
license = "AGPL-3.0"

[dependencies]
identity = { version ="0.6.0", path = "../identity", features = ["digest", "random"], package = "ratman-identity" }

conjoiner = { version = "1.0", package = "conjoiner-engine" }
serde = { version = "1.0", features = ["derive"] }
twox-hash = "1.5"
async-trait = "0.1"