# 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 = "nano-mesh-linux-examples" version = "1.0.0" authors = ["Yevhen Shevchenko (boshtannik) "] description = "Lightweight mesh communication protocol for linux" readme = "README.md" keywords = [ "serial", "mesh", "protocol", "network", "embedded", ] categories = [ "embedded", "linux", "network-programming", ] license = "GPL-3.0-or-later" repository = "https://github.com/boshtannik/nano-mesh-linux-example" [dependencies.embedded-nano-mesh] version = "1.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.nb] version = "1.1.0" [dependencies.platform-millis-linux] version = "2.0.0" [dependencies.platform-serial-linux] version = "1.0.2" [dependencies.serial-core] version = "0.4.0" [dependencies.serialport] version = "4.0.0" [dependencies.ufmt] version = "0.2.0" [dependencies.void] version = "1.0.2"