polars-structpath-types 0.3.0

Common objects for polars-structpath and polars-structpath-derive
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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