quarb 0.1.2

Query engine for arbors (tree-spanned graphs)
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"
version = "0.1.2"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query engine for arbors (tree-spanned graphs)"
homepage = "https://quarb.org"
readme = "README.md"
keywords = [
    "query",
    "arbor",
    "graph",
    "xpath",
    "jq",
]
categories = [
    "parser-implementations",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"

[features]
colligo = ["dep:colligo"]
default = ["colligo"]

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

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

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

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

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

[dependencies.colligo]
version = "0.1.1"
features = ["embedded-data"]
optional = true
default-features = false

[dependencies.globset]
version = "0.4"

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

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.serde_yaml_ng]
version = "0.10.0"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1.2"