timeseries-table-cli 0.1.1

Command-line tool for creating, managing, and querying time-series tables (powered by DataFusion).
# 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"
name = "timeseries-table-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "tstable"
description = "Command-line tool for creating, managing, and querying time-series tables (powered by DataFusion)."
readme = "README.md"
license = "MIT"
repository = "https://github.com/mag1cfrog/timeseries-table-format"

[[bin]]
name = "append_profile"
path = "src/bin/append_profile.rs"

[[bin]]
name = "segment_meta_bench"
path = "src/bin/segment_meta_bench.rs"

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

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

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

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

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

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

[dependencies.arrow-csv]
version = "57.1.0"

[dependencies.arrow-json]
version = "57.1.0"

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

[dependencies.bytes]
version = "1.11.0"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

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

[dependencies.datafusion]
version = "51.0.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.parquet]
version = "57.1.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.rustyline]
version = "17.0.2"
features = ["with-file-history"]

[dependencies.snafu]
version = "0.8.9"

[dependencies.tabled]
version = "0.20.0"

[dependencies.terminal_size]
version = "0.3.0"

[dependencies.timeseries-table-core]
version = "0.2.1"

[dependencies.timeseries-table-datafusion]
version = "0.1.1"

[dependencies.tokio]
version = "1.48.0"
features = [
    "fs",
    "rt-multi-thread",
    "macros",
    "process",
]

[dev-dependencies.arrow]
version = "57.1.0"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.parquet]
version = "57.1.0"

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

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

[dev-dependencies.timeseries-table-core]
version = "0.2.1"
features = ["test-counters"]

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "deny"