# 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 = "pyo3-polars" version = "0.18.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Expression plugins and PyO3 types for polars" readme = "README.md" license = "MIT" repository = "https://github.com/pola-rs/pyo3-polars" [lib] name = "pyo3_polars" path = "src/lib.rs" [dependencies.ciborium] version = "0.2.1" optional = true [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1" [dependencies.polars] version = "0.44.0" default-features = false [dependencies.polars-core] version = "0.44.0" default-features = false [dependencies.polars-ffi] version = "0.44.0" optional = true default-features = false [dependencies.polars-lazy] version = "0.44.0" optional = true default-features = false [dependencies.polars-plan] version = "0.44.0" optional = true [dependencies.pyo3] version = "0.21" [dependencies.pyo3-polars-derive] version = "0.12.0" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde-pickle] version = "1" optional = true [dependencies.thiserror] version = "1" [features] derive = [ "pyo3-polars-derive", "polars-plan", "polars-ffi", "serde-pickle", "serde", ] dtype-array = ["polars/dtype-array"] dtype-categorical = ["polars/dtype-categorical"] dtype-decimal = ["polars/dtype-decimal"] dtype-full = [ "polars/dtype-full", "dtype-decimal", "dtype-array", "dtype-struct", "dtype-categorical", ] dtype-struct = ["polars/dtype-struct"] lazy = [ "polars/serde-lazy", "polars-plan", "polars-lazy/serde", "ciborium", ] object = ["polars/object"]