CKGreeter/Cargo.toml
CanadianBaconBoi defe26acc3 Initial Commit
2026-05-08 20:32:58 +02:00

41 lines
1.2 KiB
TOML

[package]
name = "ckgreeter"
version = "0.1.0"
build = "build.rs"
edition = "2024"
[dependencies]
#slint = { version = "1.16.1", default-features = false, features = [
slint = { git = "https://github.com/slint-ui/slint", branch = "master", default-features = false, features = [
"std",
"compat-1-2",
"renderer-femtovg",
"backend-linuxkms",
"backend-winit-wayland",
] }
anyhow = "1.0.102"
greetd_ipc = { version = "0.10.3", features = [
"codec",
"async-trait",
"tokio-codec",
] }
i-slint-core = { git = "https://github.com/slint-ui/slint", branch = "master" }
toml = { version = "1.1.2+spec-1.1.0", features = ["serde"] }
serde = { version = "1.0.228", features = ["derive"] }
serde-aux = "4.7.0"
zbus = { version = "5.15.0", features = ["blocking"] }
tokio = { version = "1.52.2", features = ["macros", "rt-multi-thread", "net", "fs", "full"] }
tokio-stream = {version = "0.1.18", features = ["fs"]}
greetd-stub = "0.3.0"
chrono = "0.4.44"
pexels-api = "0.0.5"
reqwest = { version = "0.13.3", features = ["json", "default-tls"] }
magick_rust = "2.0.0"
[build-dependencies]
#slint-build = "1.16.1"
slint-build = { git = "https://github.com/slint-ui/slint", branch = "master" }