mirror of
https://github.com/qarmin/czkawka
synced 2024-11-16 06:12:48 +00:00
22 lines
437 B
TOML
22 lines
437 B
TOML
[package]
|
|
name = "czkawka_core"
|
|
version = "1.2.0"
|
|
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
|
|
edition = "2018"
|
|
description = "Core of Czkawka app"
|
|
license = "MIT"
|
|
homepage = "https://github.com/qarmin/czkawka"
|
|
repository = "https://github.com/qarmin/czkawka"
|
|
|
|
|
|
[dependencies]
|
|
humansize = "1"
|
|
blake3 = "0.3"
|
|
#rayon = "1"
|
|
crossbeam-channel = "0.4.4"
|
|
|
|
|
|
# Needed by similar images
|
|
img_hash = "3.1"
|
|
bk-tree = "0.3"
|
|
image = "0.23" |