scirs2-numpy 0.1.0-rc.4

PyO3-based Rust bindings of the NumPy C-API (SciRS2 fork with ndarray 0.17 support)
Documentation
[build-dependencies.pyo3-build-config]
features = ["resolve-config"]
version = "0.27"

[dependencies.half]
features = ["num-traits", "serde", "alloc"]
optional = true
version = "2.7.1"

[dependencies.libc]
version = "0.2.178"

[dependencies.nalgebra]
default-features = false
optional = true
version = ">=0.30, <0.35"

[dependencies.ndarray]
default-features = false
features = ["std", "serde", "rayon"]
version = "0.17.1"

[dependencies.num-complex]
version = "0.4.6"

[dependencies.num-integer]
version = "0.1.46"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.pyo3]
features = ["auto-initialize", "macros"]
version = "0.27.2"

[dependencies.rustc-hash]
version = "2.1"

[features]
default = []
half-support = ["half"]
nalgebra-support = ["nalgebra"]

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

[package]
authors = ["The rust-numpy Project Developers", "PyO3 Project and Contributors <https://github.com/PyO3>", "SciRS2 Contributors (COOLJAPAN OU) (Team KitaSan)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "development-tools::ffi", "science"]
description = "PyO3-based Rust bindings of the NumPy C-API (SciRS2 fork with ndarray 0.17 support)"
documentation = "https://docs.rs/scirs2-numpy"
edition = "2021"
keywords = ["python", "numpy", "ffi", "pyo3", "scientific"]
license = "BSD-2-Clause"
name = "scirs2-numpy"
readme = "README.md"
repository = "https://github.com/cool-japan/scirs"
version = "0.1.0-rc.4"

[package.metadata.docs.rs]
all-features = true