yazi/yazi-adaptor/Cargo.toml

28 lines
780 B
TOML
Raw Normal View History

2023-10-22 11:34:20 +03:00
[package]
name = "yazi-adaptor"
2024-01-13 16:13:23 +03:00
version = "0.2.0"
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-01-13 16:13:23 +03:00
yazi-config = { path = "../yazi-config", version = "0.2.0" }
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
2023-10-22 11:34:20 +03:00
# External dependencies
2024-01-08 06:31:22 +03:00
anyhow = "^1"
arc-swap = "^1"
base64 = "^0"
color_quant = "^1"
image = "^0"
imagesize = "^0"
kamadak-exif = "0"
ratatui = "^0"
tokio = { version = "^1", features = [ "parking_lot", "io-util", "process" ] }
2023-10-22 11:34:20 +03:00
# Logging
tracing = { version = "^0", features = [ "max_level_debug", "release_max_level_warn" ] }