# 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 = "bdt" version = "0.18.0" authors = ["Andy Grove "] description = "Utility for viewing, querying, converting, and comparing files in popular data formats (CSV, Parquet, JSON, Avro)" homepage = "https://github.com/datafusion-contrib/bdt" readme = "README.md" keywords = [ "convert", "parquet", "json", "avro", "csv", ] license = "Apache-2.0" repository = "https://github.com/datafusion-contrib/bdt" [lib] name = "bdt" path = "src/lib.rs" [[bin]] name = "bdt" path = "src/bin/main.rs" [dependencies.comfy-table] version = "6.1.2" [dependencies.datafusion] version = "35.0" features = ["avro"] [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.36" features = ["rt-multi-thread"]