# 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-modules" version = "0.1.3" authors = [ "Georg Brandl ", "Enrico Faulhaber ", ] description = "A Rust framework for a hardware server speaking the SECoP protocol (modules package)" keywords = [ "scada", "secop", "hardware", "sample-environment", ] license = "GPL-2.0+" repository = "https://github.com/birkenfeld/secop-rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.mlzlog] version = "0.7.0" [dependencies.mlzutil] version = "0.2.0" [dependencies.parking_lot] version = "0.11.0" [dependencies.secop-core] version = "0.1.3" [dependencies.secop-derive] version = "0.1.3" [dependencies.serde_json] version = "1.0.41" [dependencies.serialport] version = "4.0.0"