# 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 = "s7-client" version = "0.1.2" include = [ "Cargo.toml", "src/**/*.rs", "examples/*.rs", ] description = "copt protocols" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/jm-observer/s7-comm" [dependencies.bytes] version = "1.4.0" [dependencies.copt] version = "0.1.0" [dependencies.log] version = "0.4.17" [dependencies.s7-comm] version = "0.1.2" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.0" features = [ "rt-multi-thread", "time", "io-util", "net", ] [dependencies.tokio-util] version = "0.7.8" [dependencies.tpkt] version = "0.1.0" [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.custom-utils] version = "0.10.14" [dev-dependencies.serde] version = "1.0.163" [dev-dependencies.tokio] version = "1.28.0" features = ["full"]