polars-sql 0.53.0

SQL transpiler for Polars. Converts SQL to Polars logical plans
Documentation
# 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 = "2024"
name = "polars-sql"
version = "0.53.0"
authors = ["Ritchie Vink <ritchie46@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL transpiler for Polars. Converts SQL to Polars logical plans"
homepage = "https://www.pola.rs/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pola-rs/polars"
resolver = "2"

[features]
binary_encoding = ["polars-lazy/binary_encoding"]
bitwise = ["polars-lazy/bitwise"]
csv = ["polars-lazy/csv"]
default = []
diagonal_concat = ["polars-lazy/diagonal_concat"]
dtype-decimal = ["polars-lazy/dtype-decimal"]
dynamic_group_by = ["polars-lazy/dynamic_group_by"]
ipc = ["polars-lazy/ipc"]
json = [
    "polars-lazy/json",
    "polars-plan/json",
    "polars-lazy/extract_jsonpath",
    "polars-plan/extract_jsonpath",
]
list_eval = ["polars-lazy/list_eval"]
nightly = ["polars-lazy/nightly"]
parquet = ["polars-lazy/parquet"]
rank = ["polars-lazy/rank"]
semi_anti_join = ["polars-lazy/semi_anti_join"]
serde = ["polars-utils/serde"]
timezones = ["polars-lazy/timezones"]

[lib]
name = "polars_sql"
path = "src/lib.rs"

[[test]]
name = "empty_table_function"
path = "tests/empty_table_function.rs"

[[test]]
name = "functions_aggregate"
path = "tests/functions_aggregate.rs"

[[test]]
name = "functions_cumulative"
path = "tests/functions_cumulative.rs"

[[test]]
name = "functions_io"
path = "tests/functions_io.rs"

[[test]]
name = "functions_math"
path = "tests/functions_math.rs"

[[test]]
name = "functions_meta"
path = "tests/functions_meta.rs"

[[test]]
name = "functions_string"
path = "tests/functions_string.rs"

[[test]]
name = "functions_windows"
path = "tests/functions_windows.rs"

[[test]]
name = "issues"
path = "tests/issues.rs"

[[test]]
name = "ops_distinct_on"
path = "tests/ops_distinct_on.rs"

[[test]]
name = "simple_exprs"
path = "tests/simple_exprs.rs"

[[test]]
name = "statements"
path = "tests/statements.rs"

[[test]]
name = "udf"
path = "tests/udf.rs"

[dependencies.bitflags]
version = "2"

[dependencies.hex]
version = "0.4.3"

[dependencies.polars-core]
version = "0.53.0"
features = ["rows"]
default-features = false

[dependencies.polars-error]
version = "0.53.0"
default-features = false

[dependencies.polars-lazy]
version = "0.53.0"
features = [
    "abs",
    "binary_encoding",
    "concat_str",
    "cov",
    "cross_join",
    "cum_agg",
    "dtype-array",
    "dtype-date",
    "dtype-decimal",
    "dtype-struct",
    "is_in",
    "list_eval",
    "log",
    "meta",
    "offset_by",
    "range",
    "regex",
    "round_series",
    "sign",
    "string_normalize",
    "string_reverse",
    "strings",
    "timezones",
    "trigonometry",
]
default-features = false

[dependencies.polars-ops]
version = "0.53.0"
default-features = false

[dependencies.polars-plan]
version = "0.53.0"
default-features = false

[dependencies.polars-time]
version = "0.53.0"
default-features = false

[dependencies.polars-utils]
version = "0.53.0"
default-features = false

[dependencies.regex]
version = "1.9"

[dependencies.serde]
version = "1.0.188"
features = [
    "derive",
    "rc",
]

[dependencies.sqlparser]
version = "0.60"
features = ["visitor"]

[dev-dependencies.polars-core]
version = "0.53.0"
features = ["fmt"]
default-features = false

[dev-dependencies.polars-lazy]
version = "0.53.0"
features = ["new_streaming"]
default-features = false

[lints.clippy]
collapsible_if = "allow"