[dependencies.arrow]
features = ["ffi"]
version = "57.0.0"
[dependencies.extendr-api]
version = ">=0.8.0"
[lib]
crate-type = ["lib", "staticlib"]
name = "arrow_extendr"
path = "src/lib.rs"
[package]
authors = ["Josiah Parry<josiah.parry@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::ffi"]
description = "Enables the use of arrow-rs in R using extendr and nanoarrow"
edition = "2021"
include = ["Cargo.toml", "README.md", "src/*"]
keywords = ["arrow", "extendr", "rstats"]
license = "MIT OR Apache-2.0"
name = "arrow_extendr"
readme = "README.md"
repository = "https://github.com/josiahparry/arrow-extendr"
rust-version = "1.70.0"
version = "57.0.0"