# 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-core" version = "0.7.1" authors = ["Adam Lusch "] description = "Core types for describing communication with Luminator flip-dot and LED signs" documentation = "https://docs.rs/flipdot-core" readme = "README.md" keywords = [ "flip-dot", "Luminator", "bus", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/alusch/flipdot" [dependencies.derive_more] version = "0.99.17" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.18" [dependencies.regex] version = "1.10.3" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.serial] version = "0.4.0" [dev-dependencies.test-case] version = "3.3.1"