bp7 0.1.11

Rust implementation of dtn bundle protocol 7 draft https://tools.ietf.org/html/draft-ietf-dtn-bpbis-12
Documentation
[package]
name = "bp7"
version = "0.1.11"
authors = ["Lars Baumgaertner <baumgaertner@cs.tu-darmstadt.de>"]
edition = "2018"
description = "Rust implementation of dtn bundle protocol 7 draft https://tools.ietf.org/html/draft-ietf-dtn-bpbis-12"
license = "MIT OR Apache-2.0"
repository    = "https://github.com/gh0st42/bp7-rs"
categories    = ["encoding"]

[dependencies]
chrono = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0.85"
serde_cbor = "0.9"
serde_json = "1.0"
serde_bytes = "0.10.5"
url = "1.7"
crc = "^1.0.0"
byteorder = "1"
derive_builder = "0.7.1"
rand = "0.6.5"