yazi/yazi-adaptor/Cargo.toml

31 lines
861 B
TOML
Raw Normal View History

2023-10-22 11:34:20 +03:00
[package]
name = "yazi-adaptor"
2024-04-23 11:35:17 +03:00
version = "0.2.5"
2023-10-22 11:34:20 +03:00
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
description = "Yazi image adaptor"
homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"
[dependencies]
2024-04-23 11:35:17 +03:00
yazi-config = { path = "../yazi-config", version = "0.2.5" }
yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
2023-10-22 11:34:20 +03:00
# External dependencies
anyhow = "1.0.83"
arc-swap = "1.7.1"
2024-05-07 08:42:45 +03:00
base64 = "0.22.1"
color_quant = "1.1.0"
crossterm = "0.27.0"
futures = "0.3.30"
image = "0.24.9"
imagesize = "0.12.0"
kamadak-exif = "0.5.5"
ratatui = "=0.26.1"
scopeguard = "1.2.0"
tokio = { version = "1.37.0", features = [ "full" ] }
2023-10-22 11:34:20 +03:00
# Logging
tracing = { version = "0.1.40", features = [ "max_level_debug", "release_max_level_warn" ] }