# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75" name = "ethercrab-wire" version = "0.2.0" description = "On-the-wire tools for the EtherCrab crate" documentation = "https://docs.rs/ethercrab-wire" readme = "README.md" keywords = [ "ethercat", "ethercrab", "beckhoff", "automation", "fieldbus", ] categories = [ "science::robotics", "no-std", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ethercrab-rs/ethercrab" resolver = "2" [dependencies.defmt] version = "0.3.5" optional = true [dependencies.ethercrab-wire-derive] version = "0.2.0" [dependencies.heapless] version = "0.8.0" default-features = false [features] defmt-03 = [ "dep:defmt", "heapless/defmt-03", ] std = []