ccsds_primary_header 0.10.5

Implementation of the CCSDS Primary Header for space applications
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]
name = "ccsds_primary_header"
version = "0.10.5"
authors = ["nsmryan <nsmryan@gmail.com>"]
description = "Implementation of the CCSDS Primary Header for space applications"
homepage = "https://github.com/nsmryan/ccsds_primary_header"
documentation = "https://docs.rs/ccsds_primary_header"
readme = "README.md"
keywords = ["serde", "bytes", "parser", "ccsds"]
categories = ["parsing", "network-programming"]
license = "BSD-3-Clause"
repository = "https://github.com/nsmryan/ccsds_primary_header"
[dependencies.byteorder]
version = "1.2.6"

[dependencies.bytes]
version = "0.4"

[dependencies.quickcheck]
version = "0.6"

[dependencies.rand]
version = "0.4.2"