[dependencies.defmt]
optional = true
version = "0.3.5"
[dependencies.ethercrab-wire-derive]
version = "0.2.0"
[dependencies.heapless]
default-features = false
version = "0.8.0"
[features]
defmt-03 = ["dep:defmt", "heapless/defmt-03"]
std = []
[package]
categories = ["science::robotics", "no-std", "network-programming"]
description = "On-the-wire tools for the EtherCrab crate"
documentation = "https://docs.rs/ethercrab-wire"
edition = "2021"
keywords = ["ethercat", "ethercrab", "beckhoff", "automation", "fieldbus"]
license = "MIT OR Apache-2.0"
name = "ethercrab-wire"
readme = "README.md"
repository = "https://github.com/ethercrab-rs/ethercrab"
resolver = "2"
rust-version = "1.75"
version = "0.2.0"