1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
# 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 <mikrutrafal@protonmail.com>"]
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.10"
[dependencies.glib]
version = "0.21"
[dependencies.gtk4]
version = "0.10"
features = ["v4_6"]
default-features = false
[dependencies.handsome_logger]
version = "0.8"
[dependencies.humansize]
version = "2.1"
[dependencies.i18n-embed]
version = "0.16"
features = [
"fluent-system",
"desktop-requester",
]
[dependencies.i18n-embed-fl]
version = "0.10"
[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.resvg]
version = "0.45.1"
default_features = false
[dependencies.rust-embed]
version = "8.5"
features = ["debug-embed"]
[dependencies.trash]
version = "5.1"
[features]
default = []
heif = ["czkawka_core/heif"]
# Drop libavif feature that is disabled in czkawka_core because in Debian image doesn't provide avif feature.
#libavif = ["czkawka_core/libavif"]
libraw = ["czkawka_core/libraw"]
[disabled.target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
"combaseapi",
"objbase",
"shobjidl_core",
"windef",
"winerror",
"wtypesbase",
"winuser",
]
|