arrs-cli 0.1.3

Command-line tool for inspecting Lance and other Arrow-based datasets.
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.95"
name = "arrs-cli"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for inspecting Lance and other Arrow-based datasets."
homepage = "https://github.com/jonasdedden/arrs"
documentation = "https://docs.rs/arrs-cli"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jonasdedden/arrs"

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

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

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "lance_features"
path = "tests/lance_features.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.arrow]
version = "57"
features = ["prettyprint"]

[dependencies.arrow-array]
version = "57"

[dependencies.arrow-cast]
version = "57"

[dependencies.arrow-schema]
version = "57"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.comfy-table]
version = "7.2.2"

[dependencies.csv]
version = "1.4.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.lance]
version = "4.0.0"

[dependencies.lance-index]
version = "4"

[dependencies.rand]
version = "0.10.1"

[dependencies.rand_chacha]
version = "0.10.0"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
    "io-util",
]

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

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

[lints.rust]
unsafe_code = "forbid"