plv 0.26.0

A terminal viewer and editor for CSV, TSV, JSONL, Parquet and DuckLake data
# 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.95"
name = "plv"
version = "0.26.0"
authors = ["Gabriel Gellner <gabrielgellner@gmail.com>"]
build = false
exclude = [
    ".cargo/",
    ".github/",
    "CLAUDE.md",
    "cliff.toml",
    "justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal viewer and editor for CSV, TSV, JSONL, Parquet and DuckLake data"
homepage = "https://github.com/gabrielgellner/plv"
documentation = "https://docs.rs/plv"
readme = "README.md"
keywords = [
    "csv",
    "parquet",
    "tui",
    "ducklake",
    "viewer",
]
categories = [
    "command-line-utilities",
    "visualization",
    "database",
]
license = "MIT"
repository = "https://github.com/gabrielgellner/plv"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }.tar.gz"
bin-dir = "{ name }-{ version }-{ target }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"

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

[[bin]]
name = "plv"
path = "src/main.rs"

[[example]]
name = "lakedump"
path = "examples/lakedump.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.duckdb]
version = "1.10505.0"
features = ["bundled"]

[dependencies.polars]
version = "0.55.2"
features = [
    "lazy",
    "parquet",
    "strings",
    "regex",
]

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1"

[dependencies.sysinfo]
version = "0.39"
features = ["system"]
default-features = false

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true