# 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 = "platform-serial" version = "1.0.2" authors = ["Yevhen Shevchenko (boshtannik) "] description = "platform-serial is the generic trait of generic serial interface for embedded-nano-mesh crate" keywords = [ "embedded-nano-mesh", "platform", "serial", "usart", "no-std", ] categories = [ "embedded", "no-std", "date-and-time", ] license-file = "LICENSE" repository = "https://github.com/boshtannik/platform-serial" [dependencies.embedded-hal] version = "0.2.7" [dependencies.nb] version = "0.1.3"