hyperlattice 0.6.0

A small Rust linear algebra library with hyperreal-backed scalar, vector, and matrix types.
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"
name = "hyperlattice"
version = "0.6.0"
authors = ["Timothy Schmidt <timschmidt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small Rust linear algebra library with hyperreal-backed scalar, vector, and matrix types."
readme = "README.md"
keywords = [
    "math",
    "blas",
    "matrices",
    "vectors",
    "linear-algebra",
]
categories = ["mathematics"]
license = "MIT"
repository = "https://github.com/timschmidt/hyperlattice"

[features]
arbitrary = ["dep:arbitrary"]
default = []
hyperreal-dispatch-trace = ["hyperreal/dispatch-trace"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.arbitrary]
version = "1"
features = ["derive"]
optional = true

[dependencies.hyperreal]
version = "0.13.0"

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

[dev-dependencies.proptest]
version = "1.7.0"

[dev-dependencies.serde_json]
version = "1.0.145"

[dev-dependencies.symbolica]
version = "1.5.0"