scir-nd 0.3.2

ndarray interop for SciR: clean shape/stride conversions and helpers so compute crates focus on math.
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 = "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"