bp7 0.3.1

Rust implementation of dtn bundle protocol 7 draft https://tools.ietf.org/html/draft-ietf-dtn-bpbis-13
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[[bench]]
name = "benchmark"
harness = false
[dependencies.byteorder]
version = "1"

[dependencies.crc]
version = "^1.0.0"

[dependencies.derive_builder]
version = "0.7.1"

[dependencies.humantime]
version = "1.2.0"

[dependencies.rand]
version = "0.7"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_cbor]
version = "0.10"

[dependencies.serde_derive]
version = "1.0.85"

[dependencies.serde_json]
version = "1.0"

[dependencies.url]
version = "1.7"

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

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