mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-19 14:51:42 +03:00
30 lines
837 B
TOML
30 lines
837 B
TOML
[package]
|
|
name = "yazi-adaptor"
|
|
version = "0.2.4"
|
|
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]
|
|
yazi-config = { path = "../yazi-config", version = "0.2.4" }
|
|
yazi-shared = { path = "../yazi-shared", version = "0.2.4" }
|
|
|
|
# External dependencies
|
|
anyhow = "1.0.82"
|
|
arc-swap = "1.7.1"
|
|
base64 = "0.22.0"
|
|
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"
|
|
tokio = { version = "1.37.0", features = [ "full" ] }
|
|
|
|
# Logging
|
|
tracing = { version = "0.1.40", features = [ "max_level_debug", "release_max_level_warn" ] }
|