[package]
edition = "2021"
name = "polars-structpath-types"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common objects for polars-structpath and polars-structpath-derive"
readme = "README.md"
keywords = [
"polars-structpath",
"polars",
"dataframe",
"path",
"access",
]
categories = [
"data-structures",
"no-std",
]
license = "MIT"
repository = "https://github.com/jmunar/polarspath"
[lib]
name = "polars_structpath_types"
path = "src/lib.rs"
[[test]]
name = "test_to_arrow"
path = "tests/test_to_arrow.rs"
[dependencies.paste]
version = "1.0"
[dependencies.polars-arrow]
version = "0.52.0"
default-features = false
[dependencies.polars-core]
version = "0.52.0"
features = [
"dtype-struct",
"dtype-categorical",
]
default-features = false
[dependencies.proc-macro2]
version = "1.0.103"
[dependencies.quote]
version = "1.0.42"
[dependencies.thiserror]
version = "1.0.69"