gspx 0.1.2

Sparse graph signal processing and spectral graph wavelets in Rust
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 = "gspx"
version = "0.1.2"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "CHANGELOG.md",
    "CITATION.cff",
    "RELEASE.md",
    "LICENSE",
    "assets/readme/**",
    "src/**",
    "tests/**",
    "benches/**",
    "examples/*.rs",
    "examples/common/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sparse graph signal processing and spectral graph wavelets in Rust"
homepage = "https://github.com/lukelowry/gspx"
documentation = "https://docs.rs/gspx"
readme = "README.md"
keywords = [
    "graph",
    "signal-processing",
    "wavelet",
    "sparse",
    "spectral",
]
categories = [
    "algorithms",
    "mathematics",
    "science",
]
license = "GPL-3.0-only"
repository = "https://github.com/lukelowry/gspx"

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

[[example]]
name = "basic_chebyshev"
path = "examples/basic_chebyshev.rs"

[[example]]
name = "basic_dynamic_topology"
path = "examples/basic_dynamic_topology.rs"

[[example]]
name = "basic_local_files"
path = "examples/basic_local_files.rs"

[[example]]
name = "basic_resource"
path = "examples/basic_resource.rs"

[[example]]
name = "basic_sgma"
path = "examples/basic_sgma.rs"

[[example]]
name = "basic_static_filters"
path = "examples/basic_static_filters.rs"

[[example]]
name = "basic_vf_fit"
path = "examples/basic_vf_fit.rs"

[[example]]
name = "benchmark_report"
path = "examples/benchmark_report.rs"

[[example]]
name = "plot_cheby_bandpass_verification"
path = "examples/plot_cheby_bandpass_verification.rs"

[[example]]
name = "plot_geo_filters"
path = "examples/plot_geo_filters.rs"

[[example]]
name = "plot_mesh_bunny_filters"
path = "examples/plot_mesh_bunny_filters.rs"

[[example]]
name = "plot_mesh_bunny_scales"
path = "examples/plot_mesh_bunny_scales.rs"

[[example]]
name = "plot_path_filters"
path = "examples/plot_path_filters.rs"

[[example]]
name = "plot_sgma_heatmap"
path = "examples/plot_sgma_heatmap.rs"

[[example]]
name = "plot_sgma_modes"
path = "examples/plot_sgma_modes.rs"

[[test]]
name = "conv"
path = "tests/conv.rs"

[[test]]
name = "fit"
path = "tests/fit.rs"

[[test]]
name = "functions"
path = "tests/functions.rs"

[[test]]
name = "kernel_util"
path = "tests/kernel_util.rs"

[[test]]
name = "resource"
path = "tests/resource.rs"

[[test]]
name = "resource_local_repo"
path = "tests/resource_local_repo.rs"

[[test]]
name = "sgma"
path = "tests/sgma.rs"

[[test]]
name = "workflow_smoke"
path = "tests/workflow_smoke.rs"

[[bench]]
name = "perf_core"
path = "benches/perf_core.rs"
harness = false

[dependencies.flate2]
version = "1"

[dependencies.matrw]
version = "0.1"

[dependencies.nalgebra]
version = "0.33"

[dependencies.ndarray]
version = "0.17"

[dependencies.num-complex]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sprs]
version = "0.11"

[dependencies.sprs-ldl]
version = "0.10"
features = [
    "sprs_suitesparse_ldl",
    "sprs_suitesparse_camd",
]

[dependencies.sprs_suitesparse_ldl]
version = "0.8"

[dependencies.suitesparse_camd_sys]
version = "0.1.1"
features = ["static"]

[dependencies.suitesparse_ldl_sys]
version = "0.3"
features = ["static"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.plotters]
version = "0.3"

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