# 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 = "2018" name = "ethercat" version = "0.3.1" authors = [ "Georg Brandl ", "slowtec GmbH ", ] description = "Binding to the IgH/Etherlab open-source EtherCAT master" readme = "README.md" keywords = [ "ethercat", "master", "etherlab", "fieldbus", "automation", ] license = "MIT/Apache-2.0" repository = "https://github.com/ethercat-rs/ethercat" [package.metadata.docs.rs] features = ["pregenerated-bindings"] [dependencies.derive-new] version = "0.5" [dependencies.ethercat-sys] version = "0.3" [dependencies.ethercat-types] version = "0.3.1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.memmap] version = "0.7" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1.0" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.ethercat-esi] version = "0.1" [features] default = [] pregenerated-bindings = ["ethercat-sys/pregenerated-bindings"] sncn = ["ethercat-sys/sncn"] [badges.maintenance] status = "actively-developed"