2
0
mirror of https://github.com/qarmin/czkawka synced 2024-11-12 01:10:45 +00:00
czkawka/czkawka_cli/Cargo.toml

30 lines
790 B
TOML
Raw Normal View History

[package]
name = "czkawka_cli"
2023-10-15 07:50:46 +00:00
version = "6.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
2022-02-01 16:08:41 +00:00
edition = "2021"
rust-version = "1.74.0"
2020-09-29 07:27:45 +00:00
description = "CLI frontend of Czkawka"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
# For enum types
image_hasher = "1.2"
log = "0.4.20"
handsome_logger = "0.8"
2023-12-11 18:12:26 +00:00
fun_time = { version = "0.3", features = ["log"] }
2023-10-15 07:50:46 +00:00
czkawka_core = { path = "../czkawka_core", version = "6.1.0", features = [] }
indicatif = "0.17"
crossbeam-channel = { version = "0.5", features = [] }
ctrlc = { version = "3.4", features = ["termination"] }
[features]
default = []
heif = ["czkawka_core/heif"]
libraw = ["czkawka_core/libraw"]