[dependencies.async-trait]
version = "0.1.88"
[dependencies.brush-core]
version = "^0.3.0"
[dependencies.brush-parser]
version = "^0.2.15"
[dependencies.crossterm]
features = ["serde"]
optional = true
version = "0.29.0"
[dependencies.indexmap]
version = "2.9.0"
[dependencies.nu-ansi-term]
optional = true
version = "0.50.1"
[dependencies.reedline]
optional = true
version = "0.39.0"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.tracing]
version = "0.1.41"
[features]
basic = ["dep:crossterm"]
default = []
minimal = []
reedline = ["dep:reedline", "dep:nu-ansi-term"]
[lib]
bench = false
name = "brush_interactive"
path = "src/lib.rs"
[lints.clippy]
bool_to_int_with_if = "allow"
collapsible_else_if = "allow"
collapsible_if = "allow"
expect_used = "deny"
format_push_string = "deny"
if_not_else = "allow"
if_same_then_else = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
panic = "deny"
panic_in_result_fn = "deny"
redundant_closure_for_method_calls = "allow"
redundant_else = "allow"
result_large_err = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
todo = "deny"
unwrap_in_result = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.clippy.perf]
level = "deny"
priority = -1
[package]
authors = ["reuben olinsky"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Interactive layer of brush-shell"
edition = "2021"
keywords = ["cli", "shell", "sh", "bash", "script"]
license = "MIT"
name = "brush-interactive"
readme = "README.md"
repository = "https://github.com/reubeno/brush"
rust-version = "1.75.0"
version = "0.2.17"
[target."cfg(any(windows, unix))".dependencies.tokio]
features = ["macros", "signal"]
version = "1.44.2"
[target.wasm32-unknown-unknown.dependencies.getrandom]
features = ["wasm_js"]
version = "0.3.2"