# 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 = "sqlite2parquet" version = "0.10.2" authors = ["Alex Sayers "] description = "Generate parquet files from sqlite databases" readme = "README.md" license = "Unlicense" repository = "https://github.com/asayers/sqlite2parquet" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.crossterm] version = "0.27" optional = true [dependencies.fallible-streaming-iterator] version = "0.1.9" [dependencies.parquet] version = "46" features = ["zstd"] default-features = false [dependencies.rusqlite] version = "0.29" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25" optional = true [dependencies.thousands] version = "0.2.0" optional = true [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" optional = true [features] cli = [ "clap", "crossterm", "serde_yaml", "thousands", "tracing-subscriber", ] default = ["cli"]