[package]
edition = "2021"
name = "scir-nd"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ndarray interop for SciR: clean shape/stride conversions and helpers so compute crates focus on math."
homepage = "https://github.com/SoftOboros/scir"
documentation = "https://docs.rs/scir-nd"
readme = "README.md"
keywords = [
"scir",
"scipy",
"ndarray",
"numeric",
]
categories = [
"science",
"mathematics",
]
license = "MIT"
repository = "https://github.com/SoftOboros/scir"
[lib]
name = "scir_nd"
path = "src/lib.rs"
[dependencies.ndarray]
version = "0.15"
[dependencies.scir-core]
version = "0.3.2"