# 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-core" version = "0.1.1" description = "utilities for reading and modifying tabular files" homepage = "https://github.com/paradigmxyz/tbl" license = "MIT OR Apache-2.0" repository = "https://github.com/paradigmxyz/tbl" [dependencies.arrow] version = "52.0.0" [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.parquet] version = "52.0.0" features = ["async"] [dependencies.polars] version = "0.41.3" features = [ "json", "parquet", "lazy", "csv", "dtype-u8", "dtype-u16", "string_encoding", "binary_encoding", "concat_str", "strings", "streaming", ] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.tempfile] version = "3.10.1"