# 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 = "2018" name = "secop" version = "0.1.3" authors = [ "Georg Brandl ", "Enrico Faulhaber ", ] description = "A Rust framework for a hardware server speaking the SECoP protocol" keywords = [ "scada", "secop", "hardware", "sample-environment", ] license = "GPL-2.0+" repository = "https://github.com/birkenfeld/secop-rs" [dependencies.clap] version = "2.33.0" [dependencies.daemonize] version = "0.4.1" [dependencies.log] version = "0.4.8" [dependencies.mlzlog] version = "0.7.0" [dependencies.mlzutil] version = "0.2.0" [dependencies.secop-core] version = "0.1.3" [dependencies.secop-modules] version = "0.1.3" [dependencies.signal-hook] version = "0.3.8" [dependencies.structopt] version = "0.3.2"