polars-structpath-types 0.3.0

Common objects for polars-structpath and polars-structpath-derive
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "polars-structpath-types"
edition.workspace = true
version.workspace = true
license.workspace = true
description = "Common objects for polars-structpath and polars-structpath-derive"
repository = "https://github.com/jmunar/polarspath"
keywords = ["polars-structpath", "polars", "dataframe", "path", "access"]
categories = ["data-structures", "no-std"]

[dependencies]
paste = { workspace = true }
polars-arrow = { workspace = true }
polars-core = { workspace = true, features = ["dtype-struct", "dtype-categorical"] }
proc-macro2 = { workspace = true }
quote = { workspace = true }
thiserror = { workspace = true }