ptars-core 0.0.21

Core implementation of ptars, exposing arrow-rs types. Pins a specific arrow major version; for a version-independent API use the ptars crate.
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-core"
version = "0.0.21"
authors = ["0x26res <0x26res@gmail.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core implementation of ptars, exposing arrow-rs types. Pins a specific arrow major version; for a version-independent API use the ptars crate."
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_core"
path = "src/lib.rs"

[dependencies.arrow]
version = "59"

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

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

[dependencies.chrono]
version = "0.4.45"

[dependencies.prost]
version = "0.14.4"

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