2
0
mirror of https://github.com/qarmin/czkawka synced 2024-11-18 03:25:36 +00:00
czkawka/czkawka_core/Cargo.toml

28 lines
520 B
TOML
Raw Normal View History

[package]
name = "czkawka_core"
2020-11-02 21:47:36 +00:00
version = "1.3.0"
2020-09-29 07:27:45 +00:00
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018"
2020-09-29 07:27:45 +00:00
description = "Core of Czkawka app"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
[dependencies]
humansize = "1"
2020-09-12 11:25:23 +00:00
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"
hamming = "0.1"
# Needed by same music
bitflags = "1.2.1"
audiotags = "0.2.7182"