# 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 = "frametrix" version = "0.1.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = " Tool to manage LED matrix device on framework laptop" homepage = "https://codeberg.org/drendog/frametrix" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://codeberg.org/drendog/frametrix" [[bin]] name = "frametrix" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.home] version = "0.5.9" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serialport] version = "4.6.0" [dependencies.slint] version = "1.8.0" [dependencies.thiserror] version = "1.0.65" [dependencies.toml_edit] version = "0.22.22" features = ["serde"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [build-dependencies.slint-build] version = "1.8.0"