# 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 = "serialscale" version = "0.1.2" authors = ["Marco Di Pillo Tomic "] description = "An IOT server written in rust for reading weighing data on scales via serial port" homepage = "https://github.com/marcodpt/serialscale" readme = "README.md" keywords = [ "iot", "serialport", "server", "scale", "toledo", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/marcodpt/serialscale" [profile.release] opt-level = 3 [dependencies.ascii_converter] version = "0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serialport] version = "4" [dependencies.tiny_http] version = "0" [dependencies.toml] version = "0"