[package]
edition = "2024"
rust-version = "1.85.0"
name = "sea-orm-arrow"
version = "2.0.0-rc.3"
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arrow integration for SeaORM"
homepage = "https://www.sea-ql.org/SeaORM"
documentation = "https://docs.rs/sea-orm-arrow"
readme = false
keywords = [
"orm",
"arrow",
"parquet",
"sea-orm",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SeaQL/sea-orm"
[features]
prettyprint = ["arrow/prettyprint"]
with-bigdecimal = ["sea-query/with-bigdecimal"]
with-chrono = ["sea-query/with-chrono"]
with-rust_decimal = ["sea-query/with-rust_decimal"]
with-time = ["sea-query/with-time"]
[lib]
name = "sea_orm_arrow"
path = "src/lib.rs"
[dependencies.arrow]
version = "57"
default-features = false
[dependencies.sea-query]
version = "1.0.0-rc"
features = ["thread-safe"]
default-features = false
[dependencies.thiserror]
version = "2"
default-features = false