# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "robust-arduino-serial" version = "0.1.1" authors = ["Antonin "] description = "Simple and robust serial communication protocol." homepage = "https://github.com/araffin/arduino-robust-serial" documentation = "https://docs.rs/robust-arduino-serial" readme = "README.md" keywords = ["serial", "hardware", "arduino", "communication", "protocol"] categories = ["hardware-support", "network-programming", "encoding"] license = "MIT" repository = "https://github.com/araffin/rust-arduino-serial" [dependencies.serial] version = "0.4" [dependencies.std-semaphore] version = "0.1"