clash-brush-interactive 0.7.2

Interactive layer of brush-shell
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"
rust-version = "1.94"
name = "clash-brush-interactive"
version = "0.7.2"
authors = ["reuben olinsky"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive layer of brush-shell"
readme = false
keywords = [
    "cli",
    "shell",
    "sh",
    "bash",
    "script",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/reubeno/brush"

[features]
basic = [
    "dep:crossterm",
    "completion",
]
completion = []
default = []
highlighting = []
minimal = []
reedline = [
    "dep:reedline",
    "dep:nu-ansi-term",
    "completion",
    "highlighting",
]

[lib]
name = "clash_brush_interactive"
path = "src/lib.rs"
bench = false

[dependencies.bon]
version = "3.9.0"

[dependencies.brush-core]
version = "0.7.2"
package = "clash-brush-core"

[dependencies.brush-parser]
version = "0.7.2"
package = "clash-brush-parser"

[dependencies.crossterm]
version = "0.29"
features = ["serde"]
optional = true

[dependencies.indexmap]
version = "2.13.0"

[dependencies.nu-ansi-term]
version = "0.50"
optional = true

[dependencies.radix_trie]
version = "0.3.0"

[dependencies.reedline]
version = "0.46.0"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "net",
    "io-util",
    "sync",
    "time",
    "macros",
    "process",
    "signal",
]

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.pretty_assertions]
version = "1.4.1"
features = ["unstable"]