ndgrid 0.4.0

n-dimensional grid library.
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 = "ndgrid"
version = "0.4.0"
authors = [
    "Timo Betcke <timo.betcke@gmail.com>",
    "Srinath Kailasa <srinathkailasa@gmail.com>",
    "Matthew Scroggs <rust@mscroggs.co.uk>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "n-dimensional grid library."
homepage = "https://codeberg.org/nd-project/nd"
readme = "README.md"
keywords = ["numerics"]
categories = [
    "mathematics",
    "science",
]
license = "BSD-3-Clause"
repository = "https://codeberg.org/nd-project/nd"

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

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

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

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

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

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

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

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

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