# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "flipdot-testing" version = "0.7.1" authors = ["Adam Lusch "] description = "Tools for testing and debugging Luminator sign communications" documentation = "https://docs.rs/flipdot-testing" readme = "README.md" keywords = [ "flip-dot", "Luminator", "bus", ] categories = [ "hardware-support", "development-tools::testing", ] license = "MIT" repository = "https://github.com/alusch/flipdot" [dependencies.flipdot-core] version = "0.7.1" [dependencies.flipdot-serial] version = "0.7.1" [dependencies.log] version = "0.4.21" [dependencies.serial-core] version = "0.4.0" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.serial] version = "0.4.0" [dev-dependencies.test-case] version = "3.3.1"