quarb-xpath 0.12.0

XPath 1.0 importer: translate XPath to Quarb queries
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 = "quarb-xpath"
version = "0.12.0"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "XPath 1.0 importer: translate XPath to Quarb queries"
homepage = "https://quarb.org"
readme = "README.md"
keywords = [
    "query",
    "xpath",
    "xml",
    "importer",
    "quarb",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"

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

[[bin]]
name = "quarb2xpath"
path = "src/bin/quarb2xpath.rs"

[[bin]]
name = "xpath2quarb"
path = "src/bin/xpath2quarb.rs"

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

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

[dependencies.quarb]
version = "0.12.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies]