# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "testwriter" version = "0.1.3" authors = ["William Dillon "] exclude = [".vscode/*", "workspace.code-workspace"] 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." homepage = "https://housedillon.com" readme = "readme.md" keywords = ["dbus", "testing", "development", "codegen"] categories = ["command-line-utilities", "development-tools", "development-tools::testing", "encoding", "value-formatting"] license = "MIT" repository = "https://gitlab.com/hpux735/dbus-testwriter" [[bin]] name = "monitor" path = "bin/monitor/main.rs" [dependencies.dbus] version = "0.9.2"