spacepacket 0.1.2

A CCSDS compliant spacepacket en/de-coder with CRC and Sink/Stream support.
Documentation
[dependencies.asynchronous-codec]
optional = true
version = "~0.6"

[dependencies.byteorder]
version = "~1.4"

[dependencies.bytes]
optional = true
version = "~1.4"

[dependencies.crc]
optional = true
version = "3.0"

[dependencies.lazy_static]
optional = true
version = "1.5.0"

[dependencies.tokio-util]
features = ["codec"]
optional = true
version = "~0.7"

[dev-dependencies.futures]
version = "~0.3"

[dev-dependencies.rstest]
version = "~0.15"

[features]
async-codec = ["asynchronous-codec", "bytes"]
crc = ["dep:crc"]
tctm = ["dep:lazy_static"]
tokio-codec = ["bytes", "tokio-util/codec"]

[lib]
name = "spacepacket"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["aerospace::space-protocols"]
description = "A CCSDS compliant spacepacket en/de-coder with CRC and Sink/Stream support."
edition = "2021"
exclude = [".github"]
homepage = "https://github.com/ASU-cubesat/spacepacket"
keywords = ["ccsds", "bytes", "parser", "packets"]
license = "MIT"
license-file = "LICENSE"
name = "spacepacket"
readme = "README.md"
repository = "https://github.com/ASU-cubesat/spacepacket"
rust-version = "1.63"
version = "0.1.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]