mirror of
https://codeberg.org/LibrEDA/interp
synced 2026-05-31 01:06:36 +08:00
21 lines
522 B
TOML
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"
|
|
|