[package] name = "czkawka_gui" version = "2.4.0" authors = ["RafaƂ Mikrut "] edition = "2018" description = "GTK frontend of Czkawka" license = "MIT" homepage = "https://github.com/qarmin/czkawka" repository = "https://github.com/qarmin/czkawka" [dependencies] czkawka_core = { path = "../czkawka_core" } gdk = "0.13.2" glib = "0.10.1" humansize = "1" chrono = "0.4" # Used for sending stop signal across threads crossbeam-channel = "0.5" # To get informations about progress futures = "0.3.8" # For saving/loading config files to specific directories directories-next = "2.0.0" # For opening files open = "1.4.0" # To get image preview image = "0.23.12" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.9", features = ["combaseapi", "objbase", "shobjidl_core", "windef", "winerror", "wtypesbase", "winuser"] } [dependencies.gtk] version = "0.9.2" default-features = false # just in case features = ["v3_22"]