[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"