[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 }