pathrex-sys 0.1.0

Native FFI bindings for SuiteSparse:GraphBLAS and LAGraph used by the pathrex crate.
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-sys"
version = "0.1.0"
authors = ["Pathrex contributors"]
build = "build.rs"
links = "lagraph"
include = [
    "Cargo.toml",
    "build.rs",
    "README.md",
    "src/**/*.rs",
    "deps/LAGraph/CMakeLists.txt",
    "deps/LAGraph/LICENSE",
    "deps/LAGraph/cmake_modules/**",
    "deps/LAGraph/Config/**",
    "deps/LAGraph/include/**",
    "deps/LAGraph/src/**",
    "deps/LAGraph/experimental/**",
    "deps/LAGraph/deps/json_h/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native FFI bindings for SuiteSparse:GraphBLAS and LAGraph used by the pathrex crate."
homepage = "https://github.com/SparseLinearAlgebra/pathrex"
documentation = "https://docs.rs/pathrex-sys"
readme = "README.md"
keywords = [
    "graphblas",
    "lagraph",
    "suitesparse",
    "ffi",
    "sys",
]
categories = [
    "external-ffi-bindings",
    "science",
]
license = "MIT"
repository = "https://github.com/SparseLinearAlgebra/pathrex"
resolver = "2"

[package.metadata.docs.rs]
no-default-features = true

[features]
default = []
regenerate-bindings = ["dep:bindgen"]

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

[build-dependencies.bindgen]
version = "0.71"
optional = true

[build-dependencies.cmake]
version = "0.1"