# 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 = "eva-lsl" version = "0.1.1" authors = ["Serhij S. "] description = "EVA ICS v4 local service launcher" readme = "README.md" keywords = [ "eva-ics", "iot", "industrial", "scada", "cloud", ] license = "Apache-2.0" repository = "https://github.com/eva-ics/eva4" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.eva-client] version = "0.4.0" [dependencies.eva-common] version = "0.3.74" features = [ "common-payloads", "payload", "services", "openssl-vendored", ] [dependencies.hostname] version = "0.4.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tokio] version = "1.40.0" features = ["full"] [target."cfg(windows)".dependencies.ansi_term] version = "0.12.1"