vortex-tui 0.63.0

a small but mighty tool for working with Vortex files
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.90"
name = "vortex-tui"
version = "0.63.0"
authors = ["Vortex Authors <hello@vortex.dev>"]
build = false
include = [
    "build.rs",
    "src/**/*.rs",
    "Cargo.toml",
    "proto/**/*.proto",
    "flatbuffers/**/*.fbs",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a small but mighty tool for working with Vortex files"
homepage = "https://github.com/spiraldb/vortex"
readme = "README.md"
keywords = ["vortex"]
categories = [
    "database-implementations",
    "data-structures",
    "compression",
]
license = "Apache-2.0"
repository = "https://github.com/spiraldb/vortex"
resolver = "2"

[features]
default = ["native"]
native = [
    "dep:arrow-array",
    "dep:arrow-schema",
    "dep:clap",
    "dep:crossterm",
    "dep:datafusion",
    "dep:env_logger",
    "dep:indicatif",
    "dep:parquet",
    "dep:tokio",
    "dep:vortex-datafusion",
    "ratatui/crossterm",
    "vortex/tokio",
    "vortex/zstd",
]

[lib]
name = "vortex_tui"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "vx"
path = "src/main.rs"
required-features = ["native"]

[dependencies.anyhow]
version = "1.0.97"

[dependencies.arrow-array]
version = "57.1"
optional = true

[dependencies.arrow-schema]
version = "57.1"
optional = true

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]
optional = true

[dependencies.datafusion]
version = "52"
features = ["sql"]
optional = true
default-features = false

[dependencies.env_logger]
version = "0.11"
optional = true

[dependencies.flatbuffers]
version = "25.2.10"

[dependencies.futures]
version = "0.3.31"
default-features = false

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

[dependencies.humansize]
version = "2.1.3"

[dependencies.indicatif]
version = "0.18.0"
features = ["futures"]
optional = true

[dependencies.itertools]
version = "0.14.0"

[dependencies.parquet]
version = "57.1"
features = [
    "arrow",
    "async",
]
optional = true

[dependencies.ratatui]
version = "0.30"
default-features = false

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.taffy]
version = "0.9.0"

[dependencies.tokio]
version = "1.48"
features = [
    "rt-multi-thread",
    "macros",
]
optional = true

[dependencies.vortex]
version = "0.63.0"
features = ["files"]
default-features = false

[dependencies.vortex-datafusion]
version = "0.63.0"
optional = true
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1.7"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.81"

[target.'cfg(target_arch = "wasm32")'.dependencies.ratzilla]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.104"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.54"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3.81"
features = [
    "console",
    "DataTransfer",
    "Document",
    "DragEvent",
    "Element",
    "File",
    "FileReader",
    "HtmlElement",
    "HtmlInputElement",
    "Window",
]

[lints.clippy]
as_ptr_cast_mut = "deny"
borrow_as_ptr = "deny"
cast_possible_truncation = "deny"
cognitive_complexity = "deny"
collection_is_never_read = "deny"
dbg_macro = "deny"
debug_assert_with_mut_call = "deny"
derive_partial_eq_without_eq = "deny"
equatable_if_let = "deny"
exit = "deny"
expect_fun_call = "deny"
expect_used = "deny"
fallible_impl_from = "deny"
get_unwrap = "deny"
host_endian_bytes = "deny"
if_then_some_else_none = "deny"
inconsistent_struct_constructor = "deny"
manual_assert = "deny"
manual_is_variant_and = "deny"
many_single_char_names = "deny"
mem_forget = "deny"
multiple_crate_versions = "allow"
needless_range_loop = "allow"
or_fun_call = "deny"
panic = "deny"
redundant_clone = "deny"
same_name_method = "deny"
tests_outside_test_module = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"
use_debug = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.rust]
let_underscore_drop = "deny"
macro_use_extern_crate = "deny"
redundant_lifetimes = "deny"
unsafe_op_in_unsafe_fn = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"
warnings = "warn"

[lints.rust.unexpected_cfgs]
level = "deny"
priority = 0
check-cfg = [
    "cfg(codspeed)",
    "cfg(disable_loom)",
    "cfg(vortex_nightly)",
]