Files
interp/Cargo.toml
Thomas Kramer 6d637068bd update ndarray
2025-11-13 15:36:20 +00:00

21 lines
522 B
TOML

# SPDX-FileCopyrightText: 2022 Thomas Kramer <code@tkramer.ch>
#
# SPDX-License-Identifier: GPL-3.0-or-later
[package]
name = "libreda-interp"
version = "0.0.3"
authors = ["Thomas Kramer <code@tkramer.ch>"]
edition = "2021"
license = "GPL-3.0-or-later"
description = "Interpolation of one and two dimensional arrays."
keywords = ["interpolation"]
readme = "README.md"
homepage = "https://codeberg.org/libreda/interp"
repository = "https://codeberg.org/libreda/interp"
[dependencies]
ndarray = "0.17"
num-traits = "0.2"