[package] name = "czkawka_cli" version = "4.1.0" authors = ["RafaƂ Mikrut "] edition = "2021" description = "CLI frontend of Czkawka" license = "MIT" homepage = "https://github.com/qarmin/czkawka" repository = "https://github.com/qarmin/czkawka" [dependencies] clap = { version = "3.2.3", features = ["derive"]} # For enum types image_hasher = "1.0.0" [dependencies.czkawka_core] path = "../czkawka_core" version = "4.1.0" features = [] [features] default = [] heif = ["czkawka_core/heif"]