# 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_client" version = "1.5.1" authors = ["Stephan Avenwedde "] description = """ An asynchronous, non-blocking ADS client """ readme = "README.md" keywords = [ "Beckhoff", "ADS", "automation", "device", "PLC", ] categories = [ "asynchronous", "network-programming", "science", "api-bindings", ] license = "MIT" repository = "https://github.com/hANSIc99/ads_client" [dependencies.bytes] version = "1.5.0" [dependencies.log] version = "0.4.20" features = [ "max_level_trace", "release_max_level_warn", ] [dependencies.num_enum] version = "0.7.2" [dependencies.tokio] version = "1.19.2" features = [ "rt", "rt-multi-thread", "net", "io-util", "macros", ] [dev-dependencies.log4rs] version = "1.2.0"