Cargo Features
SpacePacket has no features set by default.
[dependencies]
spacepacket = { version = "0.1.1", features = ["async-codec", "tokio-codec", "crc", "tctm"] }
- async-codec = asynchronous-codec, bytes
-
Affects
spacepacket::codec
… - tokio-codec = bytes
-
Enables tokio-util
Affects
spacepacket::codec
… - crc
-
Enables crc
Affects
spacepacket::CompletePacket
… - tctm
-
Enables lazy_static
Affects
spacepacket::tctm
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- asynchronous-codec async-codec?
-
Enables asynchronous-codec ~0.6
- bytes async-codec? tokio-codec?
-
Enables bytes ~1.4
- tokio-util tokio-codec?