ar_row 2.1.0

Row-oriented access to Arrow arrays
Documentation
# 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"
rust-version = "1.85"
name = "ar_row"
version = "2.1.0"
authors = ["Software Heritage developers <swh-devel@inria.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Row-oriented access to Arrow arrays"
homepage = "https://gitlab.softwareheritage.org/swh/devel/ar_row-rs"
readme = "README.md"
keywords = [
    "arrow",
    "proc-macros",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "GPL-3.0-or-later"
repository = "https://gitlab.softwareheritage.org/swh/devel/ar_row-rs"

[features]

[lib]
name = "ar_row"
path = "src/lib.rs"

[[test]]
name = "dict"
path = "tests/dict.rs"

[[test]]
name = "timestamp"
path = "tests/timestamp.rs"

[dependencies.arrow]
version = ">=52.0.0,<58.0.0"

[dependencies.chrono]
version = "0.4.26"
optional = true

[dependencies.either]
version = "1.15.0"

[dependencies.thiserror]
version = "1.0.48"

[dev-dependencies.flate2]
version = "1.0"

[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.tempfile]
version = "3.6.0"

[build-dependencies.cxx-build]
version = "1.0"

[build-dependencies.thiserror]
version = "1.0.48"