# 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 = "inputflow-kmbox" version = "0.1.0" authors = ["ConnorBP "] description = "KMBox plugin for the inputflow framework" readme = "README.md" keywords = [ "inputflow", "arduino", "dma", "kmbox", "serial", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ConnorBP/inputflow" [lib] crate-type = [ "lib", "cdylib", ] [dependencies.dataview] version = "1.0" [dependencies.env_logger] version = "0.11.0" [dependencies.format-bytes] version = "0.3" [dependencies.inputflow] version = "0.1" [dependencies.log] version = "0.4" default-features = false [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serialport] version = "4.4" [features] plugins = ["inputflow/plugins"]