polars-error 0.50.0

Error definitions for the Polars DataFrame library
Documentation
[dependencies.arrow-format]
features = ["ipc"]
optional = true
package = "polars-arrow-format"
version = "0.2.0"

[dependencies.avro-schema]
optional = true
version = "0.3"

[dependencies.object_store]
default-features = false
features = ["fs"]
optional = true
version = "0.12"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pyo3]
optional = true
version = "0.25"

[dependencies.regex]
optional = true
version = "1.9"

[dependencies.simdutf8]
version = "0.1.4"

[features]
python = ["dep:pyo3"]

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

[lints.clippy]
collapsible_if = "allow"

[package]
authors = ["Ritchie Vink <ritchie46@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Error definitions for the Polars DataFrame library"
edition = "2024"
homepage = "https://www.pola.rs/"
license = "MIT"
name = "polars-error"
readme = "README.md"
repository = "https://github.com/pola-rs/polars"
resolver = "2"
version = "0.50.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.signal-hook]
version = "0.3"