sea-orm-arrow 2.0.0-rc.3

Arrow integration for SeaORM
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 = "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