# 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 = "ethercat-plc" version = "0.2.1" authors = ["Georg Brandl "] description = "Tools to build a PLC like program using the ethercat crate" keywords = [ "ethercat", "plc", "automation", ] license = "MIT/Apache-2.0" [dependencies.byteorder] version = "1.3.1" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.ethercat] version = "0.3.0" [dependencies.ethercat-derive] version = "0.2.0" [dependencies.libc] version = "0.2.49" [dependencies.log] version = "0.4.6" [dependencies.mlzlog] version = "0.8.1"