steer-tui 0.11.1

Terminal UI library for Steer
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 = "steer-tui"
version = "0.11.1"
authors = ["Brendan Graham <brendanigraham@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI library for Steer"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/BrendanGraham14/steer"

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

[[bench]]
name = "perf"
path = "benches/perf.rs"
harness = false

[dependencies.arboard]
version = "3.4"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "env",
]

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

[dependencies.directories]
version = "6.0.0"

[dependencies.futures]
version = "0.3"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
    "bmp",
    "tiff",
]
default-features = false

[dependencies.indexmap]
version = "2.0"
features = ["std"]

[dependencies.itertools]
version = "0.12"

[dependencies.lazy_static]
version = "1.4"

[dependencies.once_cell]
version = "1.17"

[dependencies.open]
version = "5.0"

[dependencies.pulldown-cmark]
version = "0.9"

[dependencies.ratatui]
version = "0.29"
features = ["crossterm"]

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.similar]
version = "2.2"

[dependencies.steer-grpc]
version = "0.11.1"

[dependencies.steer-tools]
version = "0.11.1"

[dependencies.strum]
version = "0.27.1"
features = ["derive"]

[dependencies.strum_macros]
version = "0.27.1"

[dependencies.syntect]
version = "5.2.0"

[dependencies.textwrap]
version = "0.16"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3.41"
features = [
    "formatting",
    "macros",
]

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

[dependencies.toml]
version = "0.8.23"

[dependencies.tracing]
version = "0.1"

[dependencies.tui-big-text]
version = "0.7.1"

[dependencies.tui-textarea]
version = "0.7"

[dependencies.tui-widgets]
version = "0.4.1"
features = ["scrollview"]

[dependencies.ulid]
version = "1.2.1"

[dependencies.unicode-width]
version = "0.2.0"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.http]
version = "1.0"

[dev-dependencies.steer-proto]
version = "0.11.1"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio-stream]
version = "0.1"

[dev-dependencies.tonic]
version = "0.12"

[dev-dependencies.tracing-subscriber]
version = "0.3"

[lints.clippy]
allow_attributes = "deny"
case_sensitive_file_extension_comparisons = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
dbg_macro = "deny"
default_trait_access = "allow"
doc_markdown = "allow"
expect_used = "deny"
fn_params_excessive_bools = "allow"
format_push_string = "allow"
items_after_statements = "allow"
manual_let_else = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
no_effect_underscore_binding = "allow"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
redundant_closure_for_method_calls = "allow"
ref_option = "allow"
ref_option_ref = "allow"
result_large_err = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
todo = "deny"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
unimplemented = "deny"
uninlined_format_args = "allow"
unnecessary_wraps = "allow"
unused_async = "allow"
unwrap_used = "deny"
used_underscore_binding = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"
unused_must_use = "deny"