# 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 = "lipl-display-slint" version = "0.1.1" authors = ["Paul Min"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Displaying part on the screen using slint" homepage = "https://www.paulmin.nl/lipl.html" readme = "README.md" license = "MIT" repository = "https://github.com/paulusminus/lipl-display/" [package.metadata.deb] assets = [ [ "../../target/aarch64-unknown-linux-gnu/release/lipl-display-slint", "/usr/bin/", "755", ], [ "pkg/common/lipl.toml", "/etc/", "664", ], ] conf-files = ["/etc/lipl.toml"] depends = "libinput10, seatd, libgbm1, libxkbcommon0, libegl1, libfontconfig1, passwd" maintainer-scripts = "pkg/debian/" priority = "optional" section = "misc" [[package.metadata.deb.systemd-units]] enable = false unit-name = "lipl" unit-scripts = "pkg/common" [[bin]] name = "lipl-display-slint" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.lipl-display-common] version = "0.4.6" [dependencies.lipl-gatt-bluer] version = "0.4.6" [dependencies.login-poweroff-reboot] version = "0.4.5" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_with] version = "3.11.0" features = ["macros"] default-features = false [dependencies.slint] version = "1.8.0" features = [ "std", "compat-1-2", "renderer-femtovg", "backend-linuxkms", ] default-features = false [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-log] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = ["registry"] [build-dependencies.slint-build] version = "1.8.0"