matten-ndarray 0.21.4

Production-ready candidate conversion bridge between matten::Tensor and ndarray::ArrayD<f64>.
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.85"
name = "matten-ndarray"
version = "0.21.4"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production-ready candidate conversion bridge between matten::Tensor and ndarray::ArrayD<f64>."
readme = "README.md"
keywords = [
    "tensor",
    "ndarray",
    "conversion",
    "bridge",
    "matten",
]
categories = [
    "science",
    "mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/matten"

[features]
dynamic = ["matten/dynamic"]

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

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

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

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

[dependencies.matten]
version = "0.21"
default-features = false

[dependencies.ndarray]
version = "0.16"