[package] name = "modbus-server" version = "0.1.0" edition = "2021" authors = ["Stepanov Denis "] description = "An application for recording values from PLC with modbus TCP in the PostgreSQL DBMS." license = "Apache-2.0" repository = "https://github.com/stepanov-denis/modbus-server" keywords = ["scada", "plc", "smart", "modbus"] documentation = "https://docs.rs/modbus-server" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] modbus-iiot = "0.2.0" postgres = "0.19.1"