# 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 = "rustberry-poe-monitor" version = "1.0.1" authors = ["jackra1n"] description = "A simple PoE Monitor for Raspberry Pi Waveshare PoE HAT (B)" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/jackra1n/RustBerry-PoE-Monitor" [[bin]] name = "rustberry-poe-monitor" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.display-interface] version = "0.4.1" [dependencies.embedded-graphics] version = "0.8.1" [dependencies.env_logger] version = "0.10.1" [dependencies.linux-embedded-hal] version = "0.3.2" [dependencies.log] version = "0.4.20" [dependencies.machine-ip] version = "0.2.1" [dependencies.profont] version = "0.7.0" [dependencies.ssd1306] version = "0.8.4" [dependencies.sysinfo] version = "0.29.10"