2023-08-02 05:29:49 +03:00
|
|
|
[package]
|
2023-10-22 11:34:20 +03:00
|
|
|
name = "yazi-config"
|
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 configuration file parser"
|
|
|
|
homepage = "https://yazi-rs.github.io"
|
|
|
|
repository = "https://github.com/sxyazi/yazi"
|
2023-08-02 05:29:49 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2024-04-23 11:35:17 +03:00
|
|
|
yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
|
2023-08-02 05:29:49 +03:00
|
|
|
|
|
|
|
# External dependencies
|
2024-04-13 05:33:42 +03:00
|
|
|
anyhow = "1.0.82"
|
2024-04-02 15:50:36 +03:00
|
|
|
arc-swap = "1.7.1"
|
2024-03-15 21:29:37 +03:00
|
|
|
crossterm = "0.27.0"
|
2024-04-14 06:11:31 +03:00
|
|
|
globset = "0.4.14"
|
2024-04-02 15:50:36 +03:00
|
|
|
indexmap = "2.2.6"
|
2024-04-17 06:07:54 +03:00
|
|
|
ratatui = "=0.26.1"
|
|
|
|
serde = { version = "1.0.198", features = [ "derive" ] }
|
2024-03-15 21:29:37 +03:00
|
|
|
shell-words = "1.1.0"
|
2024-04-02 15:50:36 +03:00
|
|
|
toml = { version = "0.8.12", features = [ "preserve_order" ] }
|
2024-04-13 05:33:42 +03:00
|
|
|
validator = { version = "0.18.1", features = [ "derive" ] }
|