yazi-parser 26.1.22

Yazi command parser
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "yazi-parser"
version = "26.1.22"
authors = ["sxyazi <sxyazi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yazi command parser"
homepage = "https://yazi-rs.github.io"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sxyazi/yazi"
resolver = "2"

[features]
default = ["vendored-lua"]
vendored-lua = ["mlua/vendored"]

[lib]
name = "yazi_parser"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bitflags]
version = "2.10.0"
features = ["serde"]

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.hashbrown]
version = "0.16.1"
features = ["serde"]

[dependencies.mlua]
version = "0.11.5"
features = [
    "anyhow",
    "async",
    "error-send",
    "lua54",
    "macros",
    "serde",
]

[dependencies.ordered-float]
version = "5.1.0"
features = ["serde"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.yazi-binding]
version = "26.1.22"

[dependencies.yazi-boot]
version = "26.1.22"

[dependencies.yazi-config]
version = "26.1.22"

[dependencies.yazi-fs]
version = "26.1.22"

[dependencies.yazi-macro]
version = "26.1.22"

[dependencies.yazi-shared]
version = "26.1.22"

[dependencies.yazi-vfs]
version = "26.1.22"

[lints.clippy]
format_push_string = "warn"
if_same_then_else = "allow"
implicit_clone = "warn"
len_without_is_empty = "allow"
missing_safety_doc = "allow"
module_inception = "allow"
option_map_unit_fn = "allow"
unit_arg = "allow"
use_self = "warn"