[package] name = "logical-systems" version = "0.3.0" edition = "2021" authors = ["Stepanov Denis "] description = "Modbus TCP server with GUI" license = "Apache-2.0" repository = "https://github.com/stepanov-denis/logical-systems/" keywords = ["modbus", "server", "iot", "plc", "smarthome"] documentation = "https://docs.rs/logical-systems" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fltk = "1.2.27" fltk-theme = "0.4" postgres = "0.19.2" serde_json = "1.0.75" serde = "1.0.136" redis = "0.21.5"