deep_causality_sparse 0.1.6

Spare matrix data structure for for deep_causality 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.90.0"
name = "deep_causality_sparse"
version = "0.1.6"
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
build = false
exclude = [
    "*.bazel",
    "*/*.bazel",
    "*.bazel.*",
    "BUILD",
    "BUILD.bazel",
    "MODULE.bazel",
    ".bazelignore",
    ".bazelrc",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spare matrix data structure for for deep_causality crate."
documentation = "https://docs.rs/deep_causality"
readme = "README.md"
keywords = [
    "data-structures",
    "sparse-matrix",
    "csr",
]
categories = [
    "data-structures",
    "science",
]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

[features]
default = ["std"]
std = ["deep_causality_num/default"]

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

[[example]]
name = "basic_matrix_ops"
path = "examples/basic_csr_ops.rs"

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

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

[dependencies.deep_causality_haft]
version = "0.3"

[dependencies.deep_causality_num]
version = "0.3"
default-features = false

[dev-dependencies.criterion]
version = "0.8"