[package]
edition = "2024"
rust-version = "1.92.0"
name = "nu_plugin_polars"
version = "0.112.2"
authors = ["The Nushell Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nushell dataframe plugin commands based on polars."
readme = false
license = "MIT"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_polars"
[lib]
name = "nu_plugin_polars"
path = "src/lib.rs"
bench = false
[[bin]]
name = "nu_plugin_polars"
path = "src/main.rs"
bench = false
[dependencies.aws-config]
version = "1.8"
features = ["sso"]
[dependencies.aws-credential-types]
version = "1.2"
[dependencies.chrono]
version = "0.4.41"
features = ["unstable-locales"]
default-features = false
[dependencies.chrono-tz]
version = "0.10"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.fancy-regex]
version = "0.17"
[dependencies.hashbrown]
version = "0.16"
features = [
"rayon",
"serde",
]
[dependencies.indexmap]
version = "2.13"
[dependencies.log]
version = "0.4"
[dependencies.nu-path]
version = "0.112.2"
[dependencies.nu-plugin]
version = "0.112.2"
[dependencies.nu-protocol]
version = "0.112.2"
[dependencies.nu-utils]
version = "0.112.2"
[dependencies.num]
version = "0.4"
[dependencies.object_store]
version = "0.13.1"
features = [
"aws",
"azure",
"gcp",
]
default-features = false
[dependencies.planus]
version = "~1.1.1"
[dependencies.polars]
version = "=0.53.0"
features = [
"abs",
"arg_where",
"bigidx",
"checked_arithmetic",
"cloud",
"concat_str",
"cross_join",
"iejoin",
"csv",
"cum_agg",
"default",
"dtype-categorical",
"dtype-datetime",
"dtype-struct",
"dtype-decimal",
"dtype-i8",
"dtype-i16",
"dtype-u8",
"dtype-u16",
"dtype-u128",
"dynamic_group_by",
"ipc",
"is_in",
"json",
"lazy",
"log",
"object",
"parquet",
"pivot",
"random",
"replace",
"rolling_window",
"rows",
"round_series",
"serde",
"serde-lazy",
"sign",
"strings",
"string_to_integer",
"timezones",
"temporal",
"to_dummies",
"trigonometry",
]
optional = false
[dependencies.polars-arrow]
version = "~0.53.0"
[dependencies.polars-compute]
version = "~0.53.0"
[dependencies.polars-io]
version = "~0.53.0"
features = [
"avro",
"cloud",
"aws",
"azure",
"gcp",
]
[dependencies.polars-lazy]
version = "~0.53.0"
[dependencies.polars-ops]
version = "~0.53.0"
features = [
"pivot",
"cutqcut",
]
[dependencies.polars-plan]
version = "~0.53.0"
features = ["regex"]
[dependencies.polars-utils]
version = "~0.53.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.sqlparser]
version = "~0.61.0"
[dependencies.tokio]
version = "1.51.0"
features = ["full"]
[dependencies.typetag]
version = "0.2"
[dependencies.url]
version = "2.5"
[dependencies.uuid]
version = "1.23"
features = [
"v4",
"serde",
]
[dev-dependencies.tempfile]
version = "3.27"