1
0
Fork 0
mirror of synced 2024-09-29 16:51:57 +13:00
czkawka/czkawka_cli/Cargo.toml

25 lines
576 B
TOML
Raw Normal View History

[package]
name = "czkawka_cli"
version = "6.0.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
2022-02-02 05:08:41 +13:00
edition = "2021"
2023-03-06 08:54:02 +13:00
rust-version = "1.67.1"
2020-09-29 20:27:45 +13:00
description = "CLI frontend of Czkawka"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
[dependencies]
clap = { version = "4.3", features = ["derive"] }
# For enum types
image_hasher = "1.2"
2023-09-16 07:53:24 +12:00
log = "0.4.20"
2023-10-01 00:47:51 +13:00
handsome_logger = "0.8"
2023-09-25 18:49:49 +13:00
czkawka_core = { path = "../czkawka_core", version = "6.0.0", features = [] }
[features]
default = []
heif = ["czkawka_core/heif"]