Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/crates/polars-testing/Cargo.toml
6939 views
1
[package]
2
name = "polars-testing"
3
version = { workspace = true }
4
authors = { workspace = true }
5
edition = { workspace = true }
6
homepage = { workspace = true }
7
license = { workspace = true }
8
repository = { workspace = true }
9
description = "Testing suite for the Polars DataFrame library"
10
11
[dependencies]
12
polars-core = { workspace = true, features = ["dtype-array", "dtype-categorical", "dtype-struct"] }
13
polars-ops = { workspace = true, features = ["abs"] }
14
15
[lints]
16
workspace = true
17
18