# 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 = "tbl-cli" version = "0.1.1" description = "tbl is a tool for reading and editing tabular data files" homepage = "https://github.com/paradigmxyz/tbl" license = "MIT OR Apache-2.0" repository = "https://github.com/paradigmxyz/tbl" [[bin]] name = "tbl" path = "src/main.rs" [dependencies.anstyle] version = "1.0.7" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.color-print] version = "0.3.6" [dependencies.hex] version = "0.4.3" [dependencies.inquire] version = "0.7.5" [dependencies.polars] version = "0.41.3" features = [ "json", "parquet", "lazy", "csv", "dtype-u8", "dtype-u16", "string_encoding", "binary_encoding", "concat_str", "strings", "streaming", ] [dependencies.tbl-core] version = "0.1.0" [dependencies.term_size] version = "0.3.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.toolstr] version = "0.1.5" [dependencies.toolstr_colored] version = "2.1.1" [build-dependencies.built] version = "0.7"