# 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 = "polars-cli" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI interface for running SQL queries with Polars as backend" readme = "README.md" license = "MIT" repository = "https://github.com/pola-rs/polars-cli" [profile.release] lto = true panic = "abort" strip = true [[bin]] name = "polars" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.ciborium] version = "0.2" [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.nu-ansi-term] version = "0.50" optional = true [dependencies.once_cell] version = "1" [dependencies.polars] version = "0.40" features = [ "lazy", "sql", "dtype-full", "serde-lazy", ] [dependencies.reedline] version = "0.32" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sqlparser] version = "0.47" [dependencies.tmp_env] version = "0.1" [features] default = [ "highlight", "parquet", "json", "ipc", ] highlight = ["nu-ansi-term"] ipc = ["polars/ipc"] json = ["polars/json"] parquet = ["polars/parquet"] [target."cfg(target_os = \"linux\")".dependencies.jemallocator] version = "0.5" features = ["disable_initial_exec_tls"]