mojxml-parser 0.3.0

Parse MOJ cadastral XML parcels into geometries and attributes
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 = "mojxml-parser"
version = "0.3.0"
authors = ["Keitaroh Kobayashi <keita@kotobamedia.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse MOJ cadastral XML parcels into geometries and attributes"
readme = false
license = "MIT"
repository = "https://github.com/KotobaMedia/mojxml-rs"

[features]
default = []
geoparquet = ["dep:geoparquet-batch-writer"]

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

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

[dependencies.geo]
version = "0.31"

[dependencies.geo-types]
version = "0.7"

[dependencies.geoparquet-batch-writer]
version = "0.1.4"
optional = true

[dependencies.proj4rs]
version = "0.1.8"

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

[dependencies.rustc-hash]
version = "2"

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.geo]
version = "0.31"