# 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" rust-version = "1.79.0" name = "czkawka_gui" version = "8.0.0" authors = ["RafaƂ Mikrut "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GTK frontend of Czkawka" homepage = "https://github.com/qarmin/czkawka" readme = "README.md" license = "MIT" repository = "https://github.com/qarmin/czkawka" [[bin]] name = "czkawka_gui" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.crossbeam-channel] version = "0.5" [dependencies.czkawka_core] version = "8.0.0" features = [] [dependencies.directories-next] version = "2.0" [dependencies.fs_extra] version = "1.3" [dependencies.fun_time] version = "0.3" features = ["log"] [dependencies.gdk4] version = "0.9" [dependencies.glib] version = "0.20" [dependencies.gtk4] version = "0.9" features = ["v4_6"] default-features = false [dependencies.handsome_logger] version = "0.8" [dependencies.humansize] version = "2.1" [dependencies.i18n-embed] version = "0.15" features = [ "fluent-system", "desktop-requester", ] [dependencies.i18n-embed-fl] version = "0.9" [dependencies.image] version = "0.25" [dependencies.image_hasher] version = "2.0" [dependencies.log] version = "0.4.22" [dependencies.once_cell] version = "1.20" [dependencies.open] version = "5.3" [dependencies.rayon] version = "1.10" [dependencies.regex] version = "1.11" [dependencies.rust-embed] version = "8.5" features = ["debug-embed"] [dependencies.trash] version = "5.1" [features] default = [] heif = ["czkawka_core/heif"] libavif = ["czkawka_core/libavif"] libraw = ["czkawka_core/libraw"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "combaseapi", "objbase", "shobjidl_core", "windef", "winerror", "wtypesbase", "winuser", ]