[package] name = "sunspec-models" description = "Sunspec Models library - may be used with any modbus library" version = "0.5.18" authors = [ "Gustavo Weber Denardin " ] license = "Apache-2.0" readme = "README.md" keywords = ["modbus", "sunspec", "smartgrid"] homepage = "https://github.com/gustavowd/sunspec-models" repository = "https://github.com/gustavowd/sunspec-models" include = ["src", "CHANGELOG.md", "README.md", "LICENSES"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] anyhow = "1.0.71" futures = "0.3.28" futures-util = "0.3.28" tokio = { version = "1.28.2", features = [ "full" ] } tokio-modbus = {version = "0.9.0", features=["tcp", "tcp-server"]} [[example]] name = "server" path = "examples/server.rs"