bp7 0.4.1

Rust implementation of dtn bundle protocol 7 draft https://tools.ietf.org/html/draft-ietf-dtn-bpbis-13
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.byteorder]
version = "1"

[dependencies.crc]
version = "^1.0.0"

[dependencies.derive_builder]
version = "0.9"

[dependencies.humantime]
version = "1.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_cbor]
version = "0.11"

[dependencies.serde_derive]
version = "1.0.85"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies]

[package]
authors = ["Lars Baumgaertner <baumgaertner@cs.tu-darmstadt.de>"]
categories = ["encoding"]
description = "Rust implementation of dtn bundle protocol 7 draft https://tools.ietf.org/html/draft-ietf-dtn-bpbis-13"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "bp7"
readme = "README.md"
repository = "https://github.com/dtn7/bp7-rs"
version = "0.4.1"
[profile.release]
lto = true
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.instant]
features = ["now"]
version = "0.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand]
default-features = false
features = ["std"]
version = "0.7"
[target."cfg(target_arch = \"wasm32\")".dependencies.instant]
features = ["stdweb", "now"]
version = "0.1"

[target."cfg(target_arch = \"wasm32\")".dependencies.rand]
default-features = false
features = ["stdweb"]
version = "0.7"

[target."cfg(target_arch = \"wasm32\")".dependencies.stdweb]
version = "0.4"