xml2arrow 0.12.0

Efficiently convert XML data to Apache Arrow format for high-performance data processing
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"
name = "xml2arrow"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Efficiently convert XML data to Apache Arrow format for high-performance data processing"
readme = "README.md"
keywords = [
    "xml",
    "arrow",
    "parser",
    "conversion",
]
categories = [
    "data-structures",
    "encoding",
]
license = "MIT"
repository = "https://github.com/mluttikh/xml2arrow"

[features]
python = ["pyo3"]

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[bench]]
name = "benchmark_comparison"
path = "benches/benchmark_comparison.rs"

[[bench]]
name = "parse_benchmark"
path = "benches/parse_benchmark.rs"
harness = false

[dependencies.arrow]
version = "57.1.0"

[dependencies.derive_more]
version = "2.0.1"
features = ["from"]

[dependencies.fxhash]
version = "0.2.1"

[dependencies.indexmap]
version = "2.12.0"

[dependencies.pyo3]
version = "0.26"
optional = true
default-features = false

[dependencies.quick-xml]
version = "0.38.4"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.string_cache]
version = "0.9.0"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.rstest]
version = "0.25"

[dev-dependencies.tempfile]
version = "3.23"