# 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 = "nu-cmd-dataframe" version = "0.93.0" authors = ["The Nushell Project Developers"] description = "Nushell's dataframe commands based on polars." license = "MIT" repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-dataframe" [lib] bench = false [dependencies.chrono] version = "0.4" features = [ "std", "unstable-locales", ] default-features = false [dependencies.chrono-tz] version = "0.8" [dependencies.fancy-regex] version = "0.13" [dependencies.indexmap] version = "2.2" [dependencies.nu-engine] version = "0.93.0" [dependencies.nu-parser] version = "0.93.0" [dependencies.nu-protocol] version = "0.93.0" [dependencies.num] version = "0.4" optional = true [dependencies.polars] version = "0.39" features = [ "arg_where", "checked_arithmetic", "concat_str", "cross_join", "csv", "cum_agg", "dtype-categorical", "dtype-datetime", "dtype-struct", "dtype-i8", "dtype-i16", "dtype-u8", "dtype-u16", "dynamic_group_by", "ipc", "is_in", "json", "lazy", "object", "parquet", "random", "rolling_window", "rows", "serde", "serde-lazy", "strings", "temporal", "to_dummies", ] optional = true default-features = false [dependencies.polars-arrow] version = "0.39" optional = true [dependencies.polars-io] version = "0.39" features = ["avro"] optional = true [dependencies.polars-ops] version = "0.39" optional = true [dependencies.polars-plan] version = "0.39" features = ["regex"] optional = true [dependencies.polars-utils] version = "0.39" optional = true [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.sqlparser] version = "0.45" optional = true [dev-dependencies.nu-cmd-lang] version = "0.93.0" [features] dataframe = [ "num", "polars", "polars-io", "polars-arrow", "polars-ops", "polars-plan", "polars-utils", "sqlparser", ] default = []