# 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 = "ats-monitoring" version = "1.5.4" authors = ["Stepanov Denis "] description = "Application for monitoring and reporting of engineering systems, sending notifications via Telegram-bot, API SMS gateway." documentation = "https://docs.rs/ats-monitoring" readme = "README.md" keywords = [ "scada", "notifications", "smart", "ats", ] license = "Apache-2.0" repository = "https://github.com/stepanov-denis/ats-monitoring/" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.env_logger] version = "0.9.0" [dependencies.error-chain] version = "0.12.4" [dependencies.log] version = "0.4.14" [dependencies.modbus-iiot] version = "0.2.0" [dependencies.postgres] version = "0.19.1" [dependencies.reqwest] version = "0.11.4" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.timer] version = "0.2.0" [dependencies.tokio] version = "1.8" features = [ "rt-multi-thread", "macros", ]