1
0
Fork 0
mirror of synced 2024-05-18 03:13:36 +12:00
czkawka/czkawka_core/Cargo.toml

48 lines
914 B
TOML
Raw Normal View History

[package]
name = "czkawka_core"
2021-05-09 08:14:53 +12:00
version = "3.1.0"
2020-09-29 20:27:45 +13:00
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018"
2020-09-29 20:27:45 +13:00
description = "Core of Czkawka app"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
[dependencies]
humansize = "1"
rayon = "1"
2020-12-24 11:12:50 +13:00
crossbeam-channel = "0.5.0"
# For saving/loading config files to specific directories
directories-next = "2.0.0"
# Needed by similar images
img_hash = "3.1"
bk-tree = "0.3"
2020-12-24 11:12:50 +13:00
image = "0.23.12"
hamming = "0.1"
# Needed by same music
bitflags = "1.2.1"
audiotags = "0.2.7182"
2020-12-02 22:25:27 +13:00
# Futures - needed by async progress sender
futures = "0.3.9"
# Needed by broken files
zip = "0.5.9"
rodio = { version = "0.13.0", optional = true }
# Hashes
blake3 = "0.3"
crc32fast = "1.2.1"
xxhash-rust = { version = "0.8.2", features = ["xxh3"] }
2021-02-12 07:04:23 +13:00
tempfile = "3.1"
[features]
default = []
2021-02-12 07:04:23 +13:00
broken_audio = ["rodio"]