polars-arrow 0.17.0

Arrow interfaces for Polars DataFrame library
Documentation
[package]
name = "polars-arrow"
version = "0.17.0"
authors = ["ritchie46 <ritchie46@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Arrow interfaces for Polars DataFrame library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
#arrow = { package = "arrow2", git = "https://github.com/jorgecarleitao/arrow2", rev = "326fc9d89340ccd22cf0f981a98f56be582d8192", default-features = false }
#arrow = { package = "arrow2", git = "https://github.com/ritchie46/arrow2", branch="dev", default-features = false }
arrow = { package = "arrow2", version = "0.7", default-features=false}
thiserror = "^1.0"
num = "^0.4"

[features]
strings = []