quarb-model 0.14.0

Model files: derived arbor structure over any Quarb source
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-model"
version = "0.14.0"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model files: derived arbor structure over any Quarb source"
homepage = "https://quarb.org"
readme = false
keywords = [
    "query",
    "model",
    "graph",
    "quarb",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"

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

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

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

[dependencies.quarb]
version = "0.14.0"

[dev-dependencies.rusqlite]
version = "0.40"