# 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 = "2021" name = "suitesparse_sys" version = "0.1.4" authors = [ "Martin Robinson ", "Richard Lincoln", ] build = "build.rs" links = "suitesparse" exclude = [ "vendor/LAGraph/data", "vendor/LAGraph/papers", "vendor/LAGraph/src/benchmark", "vendor/LAGraph/src/test", "vendor/MATLAB_Tools", "vendor/.*", "vendor/SPEX/ExampleMats", "vendor/GraphBLAS/logo", "vendor/GraphBLAS/Doc", "vendor/GraphBLAS/Demo", "vendor/GraphBLAS/Test", "vendor/GraphBLAS/GraphBLAS/demo", "vendor/GraphBLAS/GraphBLAS/test", "vendor/GraphBLAS/GraphBLAS/@GrB", "vendor/CXSparse/Demo", "vendor/CXSparse/Doc", "vendor/CXSparse/Matrix", "vendor/CXSparse/Matlab", "vendor/Mongoose/MATLAB", "vendor/Mongoose/Matrix", "vendor/CHOLMOD/SuiteSparse_metis/graphs", "vendor/SPQR/Doc", "vendor/SPQR/MATLAB", "vendor/SPQR/Matrix", "vendor/UMFPACK/Doc", "vendor/UMFPACK/Demo", "vendor/ParU/Matrix", "vendor/ssget/files", "vendor/CSparse/Matrix", "vendor/CSparse/MATLAB", "vendor/**/*.pdf", ] autobins = false autoexamples = false autotests = false autobenches = false description = "sys crate for suitesparse library" readme = "README.md" license = "MIT" repository = "https://github.com/martinjrobins/suitesparse-sys" [package.metadata.docs.rs] features = [ "build_vendor", "klu", "amd", "colamd", "btf", ] [lib] name = "suitesparse_sys" path = "src/lib.rs" [dependencies] [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cmake] version = "0.1.50" [build-dependencies.pkg-config] version = "0.3.30" [features] amd = [] btf = [] build_vendor = [] camd = [] ccolamd = [] cholmod = [] colamd = [] cxsparse = [] default = [ "klu", "amd", "colamd", "btf", ] graphblas = [] klu = [] lagraph = [] ldl = [] mongoose = [] openmp = [] paru = [] rbio = [] spex = [] spqr = [] static_libraries = [] umfpack = []