arrow_extendr 58.0.1

Enables the use of arrow-rs in R using extendr and nanoarrow
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.70.0"
name = "arrow_extendr"
version = "58.0.1"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enables the use of arrow-rs in R using extendr and nanoarrow"
readme = "README.md"
keywords = [
    "arrow",
    "extendr",
    "rstats",
]
categories = ["development-tools::ffi"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/josiahparry/arrow-extendr"

[features]
arrow = ["dep:arrow"]
default = ["arrow"]
polars = ["polars-53"]
polars-51 = [
    "arrow",
    "dep:polars-core-051",
]
polars-53 = [
    "arrow",
    "dep:polars-core",
]

[lib]
name = "arrow_extendr"
crate-type = [
    "lib",
    "staticlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.arrow]
version = "58.1.0"
features = ["ffi"]
optional = true

[dependencies.extendr-api]
version = ">=0.8.1"

[dependencies.polars-core]
version = "0.53.0"
features = [
    "dtype-array",
    "dtype-categorical",
    "dtype-date",
    "dtype-datetime",
    "dtype-decimal",
    "dtype-duration",
    "dtype-i8",
    "dtype-i16",
    "dtype-i128",
    "dtype-struct",
    "dtype-time",
    "dtype-u8",
    "dtype-u16",
    "dtype-u128",
    "fmt",
    "temporal",
]
optional = true

[dependencies.polars-core-051]
version = "0.51.0"
features = [
    "dtype-array",
    "dtype-categorical",
    "dtype-date",
    "dtype-datetime",
    "dtype-decimal",
    "dtype-duration",
    "dtype-i8",
    "dtype-i16",
    "dtype-i128",
    "dtype-struct",
    "dtype-time",
    "dtype-u8",
    "dtype-u16",
    "fmt",
    "temporal",
]
optional = true
default-features = false
package = "polars-core"