yazi/core/Cargo.toml

36 lines
865 B
TOML
Raw Normal View History

[package]
name = "core"
2023-10-16 05:40:09 +03:00
version = "0.1.5"
edition = "2021"
[dependencies]
adaptor = { path = "../adaptor" }
config = { path = "../config" }
shared = { path = "../shared" }
# External dependencies
anyhow = "^1"
async-channel = "^1"
crossterm = "^0"
futures = "^0"
indexmap = "^2"
libc = "^0"
notify = { version = "^6", default-features = false, features = [ "macos_fsevent" ] }
parking_lot = "^0"
ratatui = "^0"
regex = "^1"
serde = "^1"
serde_json = "^1"
syntect = "^5"
tokio = { version = "^1", features = [ "parking_lot", "macros", "rt-multi-thread", "sync", "time", "fs", "process", "io-std", "io-util" ] }
tokio-stream = "^0"
2023-10-09 14:40:05 +03:00
trash = "^3"
unicode-width = "^0"
yazi-prebuild = "^0"
2023-08-20 03:24:41 +03:00
# Logging
tracing = "^0"
[target."cfg(windows)".dependencies]
2023-08-20 03:24:41 +03:00
clipboard-win = "^4"