[package] name = "ziya-slint" version = "0.2.0" edition = "2021" description = "One stop shop for your trading habit - Slint version" authors = ["rizary"] license = "MIT" [dependencies] slint = "1.12.0" i-slint-backend-winit = "1.12.0" tokio = { version = "1.0", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.12", features = ["json"] } anyhow = "1.0" log = "0.4" env_logger = "0.11" solana-sdk = "2.3.0" chrono = { version = "0.4.39", features = ["serde"] } chrono-tz = "0.10.3" image = { version = "0.25.6", default-features = false, features = [ "ico", "jpeg", "gif", "webp", "tiff" ] } [build-dependencies] slint-build = "1.12.0"