# 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-serial" version = "0.7.1" authors = ["Adam Lusch "] description = "Tools for communicating with Luminator signs over serial" documentation = "https://docs.rs/flipdot-serial" readme = "README.md" keywords = [ "flip-dot", "Luminator", "bus", "sign", "RS-485", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/alusch/flipdot" [dependencies.flipdot-core] 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"