yazi/yazi-shared/Cargo.toml
Xuanwo 049cdefeed
feat: Introduce remote scheme
Signed-off-by: Xuanwo <github@xuanwo.io>
2024-06-14 22:44:18 +08:00

32 lines
983 B
TOML

[package]
name = "yazi-shared"
version = "0.2.5"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
description = "Yazi shared library"
homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"
rust-version = "1.78.0"
[dependencies]
anyhow = "1.0.86"
bitflags = "2.5.0"
crossterm = "0.27.0"
dirs = "5.0.1"
filetime = "0.2.23"
futures = "0.3.30"
parking_lot = "0.12.3"
percent-encoding = "2.3.1"
ratatui = "0.26.3"
regex = "1.10.5"
serde = { version = "1.0.203", features = [ "derive" ] }
shell-words = "1.1.0"
tokio = { version = "1.38.0", features = [ "full" ] }
opendal = { version = "0.47.0", features = ["services-s3"] }
# Logging
tracing = { version = "0.1.40", features = [ "max_level_debug", "release_max_level_warn" ] }
[target."cfg(unix)".dependencies]
libc = "0.2.155"