# 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 = "zoha4" version = "0.1.0" authors = ["Koosha Hosseiny "] description = "A drop down terminal inspired by Tilda, GTK4 flavor" homepage = "https://zoha.rs" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/hkoosha/zoha4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dbus] version = "0.9" [dependencies.dbus-crossroads] version = "0.5" [dependencies.device_query] version = "2.0" optional = true [dependencies.dirs] version = "5.0" [dependencies.eyre] version = "0.6" [dependencies.gdk4] version = "0.8.1" [dependencies.gdk4-wayland] version = "0.8.1" [dependencies.gdk4-x11] version = "0.8.1" [dependencies.glib] version = "0.19.4" [dependencies.gtk4] version = "0.8.1" [dependencies.log] version = "0.4" [dependencies.pango] version = "0.19.3" features = ["v1_52"] [dependencies.pretty_env_logger] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" [dependencies.vte4] version = "0.7.1" package = "vte4" [features] default = ["hack"] hack = ["dep:device_query"]