[package]
edition = "2021"
rust-version = "1.95"
name = "moritzbrantner-math-linear"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dense matrix and kernel contracts bridging tensor-data and vector-analysis-core."
homepage = "https://github.com/moritzbrantner/rust-packages"
documentation = "https://docs.rs/moritzbrantner-video-analysis"
readme = "README.md"
keywords = [
"video",
"audio",
"image",
"multimodal",
"analysis",
]
categories = [
"multimedia",
"computer-vision",
"science",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/moritzbrantner/rust-packages"
[features]
default = []
faer-backend = []
nalgebra-backend = []
pure-rust = []
[lib]
name = "math_linear"
path = "src/lib.rs"
[[bench]]
name = "matrix"
path = "benches/matrix.rs"
harness = false
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.150"
[dependencies.tensor-data]
version = "0.1.0"
package = "moritzbrantner-tensor-data"
[dependencies.vector-analysis-core]
version = "0.1.0"
package = "moritzbrantner-vector-analysis-core"
[dependencies.video-analysis-core]
version = "0.1.1"
package = "moritzbrantner-video-analysis-core"
[dev-dependencies.criterion]
version = "0.5.1"