# 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" name = "tass" version = "0.10.1" authors = ["Alex Sayers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pager for tabular data" readme = "README.md" license = "Unlicense" repository = "https://github.com/asayers/tass" [[bin]] name = "tass" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.arrow] version = "52" features = ["chrono-tz"] [dependencies.bpaf] version = "0.9.11" features = ["derive"] [dependencies.chrono] version = "0.4.31" [dependencies.chrono-tz] version = "0.9" [dependencies.crossterm] version = "0.27.0" [dependencies.datafusion] version = "40" optional = true [dependencies.fileslice] version = "0.5" default-features = false [dependencies.hsl] version = "0.1.1" [dependencies.memchr] version = "2.6.4" [dependencies.parquet] version = "52" optional = true [dependencies.serde_json] version = "1.0.107" optional = true [dependencies.tempfile] version = "3.8.1" [dependencies.tokio] version = "1.39" features = [ "rt", "rt-multi-thread", ] optional = true [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] default = ["parquet"] json = ["dep:serde_json"] parquet = ["dep:parquet"] virt = [ "dep:datafusion", "dep:tokio", ]