# 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 = "arduino-wifi-tft-lcd-canvas-server" version = "1.0.0" description = "Server for the Arduino WiFi TFT LCD Canvas App" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Aditya-A-garwal/arduino-wifi-tft-lcd-canvas-server" [profile.release] opt-level = 3 lto = true strip = true [[bin]] name = "dumblebots-canvas-server" path = "src/main.rs" [dependencies.byteorder] version = "^1.5" features = [] [dependencies.clap] version = "^4.5" features = ["derive"] [dependencies.local-ip-address] version = "0.6.1" [dependencies.pbr] version = "^1.1"