# 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 = "roboplc-io-ads" version = "1.2.0" authors = ["Serhij S. "] autoexamples = false description = "RoboPLC I/O connector for TwinCAT/ADS" readme = "README.md" keywords = [ "realtime", "twincat", "ads", "plc", "industrial", ] license-file = "LICENSE.md" repository = "https://github.com/roboplc/roboplc-io-ads" [[example]] name = "pull" path = "examples/pull.rs" [[example]] name = "notifications" path = "examples/notifications.rs" [dependencies.bma-ts] version = "0.1.10" [dependencies.byteorder] version = "1.5.0" [dependencies.itertools] version = "0.12.1" [dependencies.parking_lot_rt] version = "0.12.1" [dependencies.roboplc] version = "0.3" [dependencies.rtsc] version = "0.1.11" [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.zerocopy] version = "0.6" [dev-dependencies.once_cell] version = "1.19.0"