nu-explore 0.112.2

Nushell table pager
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.92.0"
name = "nu-explore"
version = "0.112.2"
authors = ["The Nushell Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nushell table pager"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-explore"

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

[dependencies.ansi-str]
version = "0.9"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.edtui]
version = "0.11.2"
features = ["system-editor"]
default-features = false

[dependencies.fancy-regex]
version = "0.17"

[dependencies.log]
version = "0.4"

[dependencies.lscolors]
version = "0.21"
features = ["nu-ansi-term"]
default-features = false

[dependencies.nu-ansi-term]
version = "0.50.3"

[dependencies.nu-color-config]
version = "0.112.2"

[dependencies.nu-engine]
version = "0.112.2"

[dependencies.nu-json]
version = "0.112.2"

[dependencies.nu-parser]
version = "0.112.2"

[dependencies.nu-path]
version = "0.112.2"

[dependencies.nu-pretty-hex]
version = "0.112.2"

[dependencies.nu-protocol]
version = "0.112.2"

[dependencies.nu-table]
version = "0.112.2"

[dependencies.nu-utils]
version = "0.112.2"

[dependencies.ratatui]
version = "0.30"
features = [
    "all-widgets",
    "crossterm",
    "layout-cache",
    "macros",
]
default-features = false

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.tui-tree-widget]
version = "0.24"

[dependencies.unicode-segmentation]
version = "1.13"

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

[target.'cfg(any(windows, target_os = "macos", target_os = "linux"))'.dependencies.edtui]
version = "0.11.2"
features = [
    "system-editor",
    "arboard",
]
default-features = false

[lints.clippy]
format_push_string = "warn"
needless_raw_strings = "warn"
result_large_err = "allow"
unchecked_time_subtraction = "warn"
unwrap_used = "deny"
used_underscore_binding = "warn"