pathrex 0.1.0

Library and CLI for benchmarking RPQ/CFL queries on edge-labeled graphs via SuiteSparse:GraphBLAS and LAGraph.
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.85"
name = "pathrex"
version = "0.1.0"
authors = ["Pathrex contributors"]
build = false
include = [
    "Cargo.toml",
    "../README.md",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library and CLI for benchmarking RPQ/CFL queries on edge-labeled graphs via SuiteSparse:GraphBLAS and LAGraph."
homepage = "https://github.com/SparseLinearAlgebra/pathrex"
documentation = "https://docs.rs/pathrex"
readme = "README.md"
keywords = [
    "graph",
    "sparql",
    "rpq",
    "graphblas",
    "benchmark",
]
categories = [
    "algorithms",
    "science",
    "database",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/SparseLinearAlgebra/pathrex"
resolver = "2"

[package.metadata.docs.rs]
features = ["bench"]

[features]
bench = [
    "clap",
    "serde",
    "serde_json",
    "chrono",
    "criterion",
    "tempfile",
]
default = []

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

[[bin]]
name = "pathrex"
path = "src/bin/pathrex.rs"
required-features = ["bench"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.criterion]
version = "0.5"
optional = true

[dependencies.csv]
version = "1.4.0"

[dependencies.egg]
version = "0.10.0"

[dependencies.libc]
version = "0.2"

[dependencies.memmap2]
version = "0.9"

[dependencies.oxrdf]
version = "0.3.3"

[dependencies.oxttl]
version = "0.2.3"

[dependencies.pathrex-sys]
version = "0.1"

[dependencies.rayon]
version = "1"

[dependencies.rustfst]
version = "1.2"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.spargebra]
version = "0.4.6"

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.tempfile]
version = "3"