arrow-schema 57.3.0

Defines the logical types for arrow arrays
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"
name = "arrow-schema"
version = "57.3.0"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
build = false
include = [
    "benches/*.rs",
    "src/**/*.rs",
    "Cargo.toml",
    "LICENSE.txt",
    "NOTICE.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Defines the logical types for arrow arrays"
homepage = "https://github.com/apache/arrow-rs"
readme = false
keywords = ["arrow"]
license = "Apache-2.0"
repository = "https://github.com/apache/arrow-rs"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
canonical_extension_types = [
    "dep:serde_core",
    "dep:serde_json",
]
ffi = ["bitflags"]
serde = [
    "dep:serde_core",
    "dep:serde",
]

[lib]
name = "arrow_schema"
path = "src/lib.rs"
bench = false

[[bench]]
name = "ffi"
path = "benches/ffi.rs"
harness = false
required-features = ["ffi"]

[dependencies.bitflags]
version = "2.0.0"
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.serde_core]
version = "1.0"
features = [
    "std",
    "rc",
]
optional = true
default-features = false

[dependencies.serde_json]
version = "1.0"
optional = true

[dev-dependencies.bincode]
version = "2.0.1"
features = [
    "std",
    "serde",
]
default-features = false

[dev-dependencies.criterion]
version = "0.8.0"
default-features = false

[dev-dependencies.insta]
version = "1.43.1"