quarb-compose 0.1.0

Adapter composition: parseable leaf content grafts an inner arbor
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-compose"
version = "0.1.0"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adapter composition: parseable leaf content grafts an inner arbor"
homepage = "https://quarb.org"
readme = "README.md"
keywords = [
    "query",
    "compose",
    "adapter",
    "quarb",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"

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

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

[dependencies.quarb]
version = "0.1.0"

[dependencies.quarb-code]
version = "0.1.0"

[dependencies.quarb-csv]
version = "0.1.0"

[dependencies.quarb-html]
version = "0.1.0"

[dependencies.quarb-json]
version = "0.1.0"

[dependencies.quarb-markdown]
version = "0.1.0"

[dependencies.quarb-toml]
version = "0.1.0"

[dependencies.quarb-xml]
version = "0.1.0"

[dependencies.quarb-yaml]
version = "0.1.0"

[dev-dependencies.quarb-fs]
version = "0.1.0"