haz-query 0.1.0

Query evaluator over haz task DAGs.
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"
rust-version = "1.95.0"
name = "haz-query"
version = "0.1.0"
authors = ["Andrés Correa Casablanca <andreu@ctrlback.coop>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query evaluator over haz task DAGs."
readme = "README.md"
keywords = [
    "haz",
    "query",
    "dag",
]
categories = ["development-tools"]
license = "AGPL-3.0-or-later"
repository = "https://forge.cloudsling.dev/andreu/haz-cli"

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

[dependencies.globset]
version = "0.4"

[dependencies.haz-dag]
version = "0.1.0"

[dependencies.haz-domain]
version = "0.1.0"

[dependencies.haz-query-lang]
version = "0.1.0"

[dependencies.regex-automata]
version = "0.4"

[dependencies.snafu]
version = "0.9"

[dev-dependencies.nonempty]
version = "0.12"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"