# 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 = "simp_protocol" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simp_protocol is a simplistic protocol to communicate over serial ports. It supports ack, automated escaping and unescaping of special bytes and checksum error detection." readme = "README.md" keywords = [ "messaging", "uart", "serial", ] license = "MIT" [lib] name = "simp_protocol" path = "src/lib.rs" [[example]] name = "esp32_send" path = "examples/esp32_send.rs" [[example]] name = "pc_receive" path = "examples/pc_receive.rs" [[test]] name = "test_sbt" path = "tests/test_sbt.rs" [[test]] name = "test_uart" path = "tests/test_uart.rs" [dependencies] [dev-dependencies.clap] version = "4.5.16" features = ["derive"] [dev-dependencies.serialport] version = "4.5.0" [dev-dependencies.virtual-serialport] version = "=0.1.1"