xenid/Cargo.toml
2025-12-08 12:00:22 +00:00

24 lines
783 B
TOML

[package]
name = "xenid"
version = "0.1.0"
edition = "2024"
[dependencies]
base64 = "0.22.1"
bitflags = "2.10.0"
der = { version = "0.7.10", features = ["alloc", "bytes", "oid", "std", "derive"] }
gtk = { package = "gtk4", version = "0.10.3", features = ["v4_20"] }
adw = { package = "libadwaita", version = "0.8.1", features = ["gtk_v4_20", "v1_8"] }
openssl = { version = "0.10.75" }
pcsc = "2.9.0"
reqwest = { version = "0.12.24", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
sha2 = "0.10.9"
tokio = { version = "1.48.0", features = ["full"] }
url = "2.5.7"
gdk = { package = "gdk4", version = "0.10.3", features = ["v4_20"] }
async-channel = "2.5.0"
glib = { version = "0.21.5", features = ["v2_86"] }
thiserror = "2.0.17"