# 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 = "ads-proxy" version = "0.9.7" authors = ["fengyingcai "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ADS proxy utility" homepage = "https://github.com/fengyc/ads-proxy" readme = "README.md" keywords = [ "beckhoff", "ads", "proxy", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/fengyc/ads-proxy" [profile.release] opt-level = 2 lto = true strip = true [[bin]] name = "ads-proxy" path = "src/main.rs" doc = false [dependencies.ads] version = "0.4.3" [dependencies.anyhow] version = "1.0.71" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.ctor] version = "0.2.2" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.18" [dependencies.tokio] version = "1.28.2" features = [ "net", "rt", "full", ]