# 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" rust-version = "1.63" name = "ads" version = "0.4.4" authors = ["Georg Brandl "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client for the Beckhoff Automation Device Specification protocol for PLCs" readme = "README.md" keywords = [ "Beckhoff", "ADS", "automation", "device", "PLC", ] license = "MIT/Apache-2.0" repository = "https://github.com/birkenfeld/ads-rs" [lib] name = "ads" path = "src/lib.rs" [[example]] name = "adstool" path = "examples/adstool.rs" [[example]] name = "notify" path = "examples/notify.rs" [[example]] name = "timing" path = "examples/timing.rs" [[example]] name = "timing_server" path = "examples/timing_server.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.itertools] version = "0.13.0" [dependencies.thiserror] version = "1.0.63" [dependencies.zerocopy] version = "0.7.35" features = ["derive"] [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.clap] version = "3.2.25" features = ["derive"] [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.parse_int] version = "0.6.0" [dev-dependencies.quick-xml] version = "0.36.1" [dev-dependencies.regex] version = "<1.10.0" [dev-dependencies.strum] version = "0.26.3" features = ["derive"]