datasight 0.6.1

A terminal viewer for tabular data files (CSV, Parquet) with vim-style navigation and plotting
# 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 = "2021"
rust-version = "1.75"
name = "datasight"
version = "0.6.1"
build = false
exclude = [
    ".github",
    "demo.tape",
    "tests/fixtures/*.parquet",
    "tests/fixtures/*.ndjson",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal viewer for tabular data files (CSV, Parquet) with vim-style navigation and plotting"
readme = "README.md"
keywords = [
    "csv",
    "parquet",
    "tui",
    "terminal",
    "viewer",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT"
repository = "https://github.com/SpollaL/datasight"

[features]
aws = [
    "dep:object_store",
    "object_store/aws",
    "dep:tokio",
]
azure = [
    "dep:object_store",
    "object_store/azure",
    "dep:tokio",
]

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

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "5"

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

[dependencies.polars]
version = "0.46"
features = [
    "csv",
    "parquet",
    "lazy",
    "strings",
    "regex",
    "json",
    "temporal",
    "dtype-date",
    "dtype-datetime",
    "dtype-decimal",
]

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]
optional = true

[dependencies.toml]
version = "0.8"

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

[profile.dist]
lto = "thin"
inherits = "release"