# 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 = "embedded-nano-mesh" version = "1.0.5" authors = ["Yevhen Shevchenko (boshtannik) "] description = "Lightweight mesh communication protocol for embedded devices" readme = "README.md" keywords = [ "serial", "mesh", "protocol", "network", "embedded", ] categories = [ "embedded", "no-std", "network-programming", ] license = "GPL-3.0-or-later" repository = "https://github.com/boshtannik/NanoMesh/" [lib] name = "embedded_nano_mesh" path = "src/lib.rs" test = false [dependencies.heapless] version = "0.7.0" features = [ "serde", "ufmt-impl", ] [dependencies.nb] version = "0.1.3" [dependencies.platform-millis] version = "2.0.0" [dependencies.platform-serial] version = "1.0.2" [dependencies.ufmt] version = "0.2.0"