[[bench]]
harness = false
name = "aggregate_kernels"
path = "benches/aggregate_kernels.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "arithmetic_kernels"
path = "benches/arithmetic_kernels.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "array_data_validate"
path = "benches/array_data_validate.rs"
[[bench]]
harness = false
name = "array_from_vec"
path = "benches/array_from_vec.rs"
[[bench]]
harness = false
name = "array_slice"
path = "benches/array_slice.rs"
[[bench]]
harness = false
name = "bit_length_kernel"
path = "benches/bit_length_kernel.rs"
[[bench]]
harness = false
name = "bitwise_kernel"
path = "benches/bitwise_kernel.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "boolean_append_packed"
path = "benches/boolean_append_packed.rs"
[[bench]]
harness = false
name = "boolean_kernels"
path = "benches/boolean_kernels.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "buffer_bit_ops"
path = "benches/buffer_bit_ops.rs"
[[bench]]
harness = false
name = "buffer_create"
path = "benches/buffer_create.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "builder"
path = "benches/builder.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "cast_kernels"
path = "benches/cast_kernels.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "comparison_kernels"
path = "benches/comparison_kernels.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "concatenate_kernel"
path = "benches/concatenate_kernel.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "csv_reader"
path = "benches/csv_reader.rs"
required-features = ["test_utils", "csv"]
[[bench]]
harness = false
name = "csv_writer"
path = "benches/csv_writer.rs"
required-features = ["csv"]
[[bench]]
harness = false
name = "decimal_validate"
path = "benches/decimal_validate.rs"
[[bench]]
harness = false
name = "equal"
path = "benches/equal.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "filter_kernels"
path = "benches/filter_kernels.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "interleave_kernels"
path = "benches/interleave_kernels.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "json_reader"
path = "benches/json_reader.rs"
required-features = ["test_utils", "json"]
[[bench]]
harness = false
name = "json_writer"
path = "benches/json_writer.rs"
required-features = ["test_utils", "json"]
[[bench]]
harness = false
name = "length_kernel"
path = "benches/length_kernel.rs"
[[bench]]
harness = false
name = "lexsort"
path = "benches/lexsort.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "mutable_array"
path = "benches/mutable_array.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "partition_kernels"
path = "benches/partition_kernels.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "primitive_run_accessor"
path = "benches/primitive_run_accessor.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "primitive_run_take"
path = "benches/primitive_run_take.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "regexp_kernels"
path = "benches/regexp_kernels.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "row_format"
path = "benches/row_format.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "sort_kernel"
path = "benches/sort_kernel.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "string_dictionary_builder"
path = "benches/string_dictionary_builder.rs"
[[bench]]
harness = false
name = "string_run_builder"
path = "benches/string_run_builder.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "string_run_iterator"
path = "benches/string_run_iterator.rs"
[[bench]]
harness = false
name = "substring_kernels"
path = "benches/substring_kernels.rs"
required-features = ["test_utils"]
[[bench]]
harness = false
name = "take_kernels"
path = "benches/take_kernels.rs"
required-features = ["test_utils"]
[build-dependencies]
[dependencies.arrow-arith]
version = "53.3.0"
[dependencies.arrow-array]
version = "53.3.0"
[dependencies.arrow-buffer]
version = "53.3.0"
[dependencies.arrow-cast]
version = "53.3.0"
[dependencies.arrow-csv]
optional = true
version = "53.3.0"
[dependencies.arrow-data]
version = "53.3.0"
[dependencies.arrow-ipc]
optional = true
version = "53.3.0"
[dependencies.arrow-json]
optional = true
version = "53.3.0"
[dependencies.arrow-ord]
version = "53.3.0"
[dependencies.arrow-row]
version = "53.3.0"
[dependencies.arrow-schema]
version = "53.3.0"
[dependencies.arrow-select]
version = "53.3.0"
[dependencies.arrow-string]
version = "53.3.0"
[dependencies.chrono]
default-features = false
features = ["clock"]
optional = true
version = "0.4.34"
[dependencies.pyo3]
default-features = false
optional = true
version = "0.22.2"
[dependencies.rand]
default-features = false
features = ["std", "std_rng"]
optional = true
version = "0.8"
[dev-dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4.34"
[dev-dependencies.criterion]
default-features = false
version = "0.5"
[dev-dependencies.half]
default-features = false
version = "2.1"
[dev-dependencies.rand]
default-features = false
features = ["std", "std_rng"]
version = "0.8"
[dev-dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"
[dev-dependencies.tempfile]
default-features = false
version = "3"
[features]
chrono-tz = ["arrow-array/chrono-tz"]
csv = ["arrow-csv"]
default = ["csv", "ipc", "json"]
ffi = ["arrow-schema/ffi", "arrow-data/ffi", "arrow-array/ffi"]
force_validate = ["arrow-array/force_validate", "arrow-data/force_validate"]
ipc = ["arrow-ipc"]
ipc_compression = ["ipc", "arrow-ipc/lz4", "arrow-ipc/zstd"]
json = ["arrow-json"]
prettyprint = ["arrow-cast/prettyprint"]
pyarrow = ["pyo3", "ffi"]
test_utils = ["rand", "dep:chrono"]
[lib]
bench = false
name = "arrow"
path = "src/lib.rs"
[package]
authors = ["Apache Arrow <dev@arrow.apache.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust implementation of Apache Arrow"
edition = "2021"
homepage = "https://github.com/apache/arrow-rs"
include = ["benches/*.rs", "src/**/*.rs", "tests/*.rs", "Cargo.toml"]
keywords = ["arrow"]
license = "Apache-2.0"
name = "arrow"
readme = "README.md"
repository = "https://github.com/apache/arrow-rs"
rust-version = "1.70.0"
version = "53.3.0"
[package.metadata.docs.rs]
features = ["prettyprint", "ipc_compression", "ffi", "pyarrow"]
[[test]]
name = "arithmetic"
path = "tests/arithmetic.rs"
required-features = ["chrono-tz"]
[[test]]
name = "array_cast"
path = "tests/array_cast.rs"
required-features = ["chrono-tz", "prettyprint"]
[[test]]
name = "array_equal"
path = "tests/array_equal.rs"
[[test]]
name = "array_transform"
path = "tests/array_transform.rs"
[[test]]
name = "array_validation"
path = "tests/array_validation.rs"
[[test]]
name = "csv"
path = "tests/csv.rs"
required-features = ["csv", "chrono-tz"]
[[test]]
name = "pyarrow"
path = "tests/pyarrow.rs"
required-features = ["pyarrow"]
[[test]]
name = "schema"
path = "tests/schema.rs"
[[test]]
name = "timezone"
path = "tests/timezone.rs"
required-features = ["chrono-tz"]