# 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" name = "smoltcp-rmodbus" version = "0.1.0" description = "A smoltcp implementation for rmodbus." readme = "README.md" license = "MPL-2.0" [dependencies.defmt] version = "0.3.6" optional = true [dependencies.heapless] version = "0.8.0" [dependencies.rmodbus] version = "0.9.3" features = ["heapless"] default-features = false [dependencies.smoltcp] version = "0.10.0" features = [ "socket-tcp", "proto-ipv4", "medium-ethernet", ] default-features = false [features] defmt-03 = [ "dep:defmt", "smoltcp/defmt", "heapless/defmt-03", "rmodbus/defmt", ]