dtn7 0.14.0

Rust delay-tolerant-networking daemon and CLI tools based upon bp7 (dtn version 7 draft)
Documentation
[package]
name = "dtn7"
version = "0.14.0"
authors = ["Lars Baumgaertner <baumgaertner@cs.tu-darmstadt.de>"]
description = "Rust delay-tolerant-networking daemon and CLI tools based upon bp7 (dtn version 7 draft)"
edition = "2018"
license = "MIT OR Apache-2.0"
categories = ["command-line-utilities", "network-programming"]
repository    = "https://github.com/dtn7/dtn7-rs"
keywords = ["peer2peer", "dtn"]
exclude = [".vscode/", ".travis.yml"]
readme = "README.md"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.11"
serde_json = "1.0"
serde_bytes = "0.11"
url = "2.2.2"
rand = "0.8.3"
#tokio = { version = "0.2.22", features = ["rt-core", "rt-threaded", "tcp", "udp"] }
tokio = { version = "0.2.22", features = ["full"] }
futures = "0.3.5"
pretty_env_logger = "0.4.0"
log = "0.4"
net2 = "0.2"
bytes = "0.5.6"
clap = "2.33.3"
config = "0.11.0"
lazy_static = "1.4.0"
bp7 = "0.7.0"
crossbeam = "0.8"
anyhow = "1.0.32"
parking_lot = "0.11"
actix-web = "3.0.2"
actix-rt = "1.1.1"
tokio-util = { version = "0.3.1", features = ["codec"] }
futures-util = "0.3.5"
async-trait = "0.1.40"
attohttpc = { version = "0.17", default-features = false }
tinytemplate = "1.1.0"
humantime = "2.0.1"
actix-web-actors = "3.0.0"
actix = "0.10.0"
ws = "0.9.1"
tempfile = "3.1.0"
humansize = "1.1.0"
dtn7-plus = "0.4.2"
sled = "0.34.4"
bitflags = "1.2.1"
tungstenite = "0.13.0"
#rweb = { version = "0.4.0", default-features = false }

[lib]
name = "dtn7"
path = "src/lib.rs"