quarb-git 0.9.0

Git repository adapter for the Quarb query engine
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-git"
version = "0.9.0"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git repository adapter for the Quarb query engine"
homepage = "https://quarb.org"
readme = "README.md"
keywords = [
    "query",
    "git",
    "repository",
    "quarb",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"

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

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

[dependencies.quarb]
version = "0.9.0"

[dependencies.thiserror]
version = "2"