ptars 0.0.0

Fast conversion from protobuf to Apache Arrow and back
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"
name = "ptars"
version = "0.0.0"
authors = ["0x26res <0x26res@gmail.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast conversion from protobuf to Apache Arrow and back"
homepage = "https://github.com/0x26res/ptars"
readme = "README.md"
keywords = [
    "protobuf",
    "arrow",
    "serialization",
    "data",
]
categories = [
    "encoding",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/0x26res/ptars"

[lib]
name = "ptars"
path = "src/lib.rs"

[dependencies.arrow]
version = "57.1.0"

[dependencies.arrow-array]
version = "57.1.0"

[dependencies.arrow-schema]
version = "57.1.0"

[dependencies.chrono]
version = "0.4.42"

[dependencies.prost]
version = "0.14.1"

[dependencies.prost-reflect]
version = "0.16.3"