# 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 = "dr" version = "0.7.0" include = [ "**/*.rs", "Cargo.toml", ] description = "Command-line data file processing in Rust" readme = "README.md" license-file = "LICENSE" repository = "https://git.guillemborrell.es/guillem/dr" [dependencies.clap] version = "4.0" features = ["cargo"] [dependencies.polars-core] version = "0.27" features = [ "describe", "fmt", ] [dependencies.polars-io] version = "0.27" features = ["ipc_streaming"] [dependencies.polars-lazy] version = "0.27" features = [ "parquet", "ipc", "csv-file", ] [dependencies.polars-sql] version = "0.2.3" [dependencies.sea-query] version = "0.28"