# 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" version = "0.7.1" authors = ["Adam Lusch "] description = "A library for interacting with Luminator flip-dot and LED signs over RS-485" documentation = "https://docs.rs/flipdot" 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.flipdot-serial] version = "0.7.1" [dependencies.log] version = "0.4.21" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.env_logger] version = "0.11.2" [dev-dependencies.flipdot-testing] version = "0.7.1" [dev-dependencies.serial] version = "0.4.0" [dev-dependencies.serial-core] version = "0.4.0"