bp7 0.8.8

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

[dependencies.derive_builder]
version = "0.10.2"

[dependencies.humantime]
version = "2.1.0"

[dependencies.libc]
version = "0.2.98"

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

[dependencies.serde_bytes]
version = "0.11.5"

[dependencies.serde_cbor]
version = "0.11.1"

[dependencies.serde_json]
version = "1.0.61"

[dependencies.thiserror]
version = "1.0.23"
[dev-dependencies.criterion]
version = "0.3.4"

[dev-dependencies.test-case]
version = "1.1.0"

[lib]
name = "bp7"

[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-31"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "bp7"
readme = "README.md"
repository = "https://github.com/dtn7/bp7-rs"
version = "0.8.8"
[profile.release]
lto = true
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.nanorand]
default-features = true
version = "0.6.0"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.instant]
features = ["now"]
version = "0.1.9"
[target."cfg(target_arch = \"wasm32\")".dependencies.nanorand]
features = ["getrandom"]
version = "0.6.0"

[target."cfg(target_arch = \"wasm32\")".dependencies.stdweb]
version = "0.4.20"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.instant]
features = ["stdweb", "now"]
version = "0.1.9"