polars-testing 0.51.0

Testing suite for the Polars DataFrame library
Documentation
[dependencies.polars-core]
default-features = false
features = ["dtype-array", "dtype-categorical", "dtype-struct"]
version = "0.51.0"

[dependencies.polars-ops]
default-features = false
features = ["abs", "is_close"]
version = "0.51.0"

[lib]
name = "polars_testing"
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 = "Testing suite for the Polars DataFrame library"
edition = "2024"
homepage = "https://www.pola.rs/"
license = "MIT"
name = "polars-testing"
readme = "README.md"
repository = "https://github.com/pola-rs/polars"
resolver = "2"
version = "0.51.0"