npls1-python 0.1.0

Python bindings for the npls1 (N-PLS1) pure-Rust chemometrics 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 = "npls1-python"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for the npls1 (N-PLS1) pure-Rust chemometrics library"
readme = "README.md"
license = "MIT"
repository = "https://github.com/89605502155/npls1-python"

[lib]
name = "npls1_python"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.ndarray]
version = "0.17.2"

[dependencies.npls1]
version = "0.1.4"

[dependencies.numpy]
version = "0.29.0"

[dependencies.pyo3]
version = "0.29.0"
features = ["extension-module"]