[package] name = "testwriter" version = "0.1.3" authors = ["William Dillon "] license = "MIT" homepage = "https://housedillon.com" repository = "https://gitlab.com/hpux735/dbus-testwriter" readme = "readme.md" edition = "2018" description = "A simple library and tool to generate a function that seeks to reproduce a received dbus signal message. This may be useful in writing unit tests in a TDD workflow." keywords = [ "dbus", "testing", "development", "codegen" ] categories = [ "command-line-utilities", "development-tools", "development-tools::testing", "encoding", "value-formatting" ] exclude = [ ".vscode/*", "workspace.code-workspace" ] [[bin]] name = "monitor" path = "bin/monitor/main.rs" [dependencies] dbus = "0.9.2"