# 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 = "twincatads-rs" version = "0.5.5" authors = ["Thomas C. Bitsky Jr. "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust wrapper for TwinCAT ADS library provided with Beckhoff TwinCAT." homepage = "https://automateddesign.com" documentation = "https://adc360.visualstudio.com/adc-public/_git/twincatads-rs" readme = "README.md" license = "MIT" repository = "https://adc360.visualstudio.com/adc-public/_git/twincatads-rs" [lib] name = "twincatads_rs" path = "src/lib.rs" [[bin]] name = "commtest" path = "src/bin/commtest.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.ctrlc] version = "3.4.4" [dependencies.indexmap] version = "2.2.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.mechutil] version = "0.4" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.simplelog] version = "0.12.1" [dependencies.tokio] version = "1" features = [ "full", "signal", ] [dependencies.zerocopy] version = "0.X" [dependencies.zerocopy-derive] version = "0.X" [build-dependencies.bindgen] version = "0.69"