numpy 0.25.0

PyO3-based Rust bindings of the NumPy C-API
Documentation
[[bench]]
name = "array"
path = "benches/array.rs"

[[bench]]
name = "borrow"
path = "benches/borrow.rs"

[build-dependencies.pyo3-build-config]
features = ["resolve-config"]
version = "0.25"

[dependencies.half]
default-features = false
optional = true
version = "2.0"

[dependencies.libc]
version = "0.2"

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

[dependencies.ndarray]
version = ">= 0.15, < 0.17"

[dependencies.num-complex]
version = ">= 0.2, < 0.5"

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

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

[dependencies.pyo3]
default-features = false
features = ["macros"]
version = "0.25.0"

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

[dev-dependencies.nalgebra]
default-features = false
features = ["std"]
version = ">=0.30, <0.34"

[dev-dependencies.pyo3]
default-features = false
features = ["auto-initialize"]
version = "0.25"

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

[package]
authors = ["The rust-numpy Project Developers", "PyO3 Project and Contributors <https://github.com/PyO3>"]
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"
documentation = "https://docs.rs/numpy"
edition = "2021"
keywords = ["python", "numpy", "ffi", "pyo3"]
license = "BSD-2-Clause"
name = "numpy"
readme = "README.md"
repository = "https://github.com/PyO3/rust-numpy"
rust-version = "1.63"
version = "0.25.0"

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

[[test]]
name = "array"
path = "tests/array.rs"

[[test]]
name = "array_like"
path = "tests/array_like.rs"

[[test]]
name = "borrow"
path = "tests/borrow.rs"

[[test]]
name = "sum_products"
path = "tests/sum_products.rs"

[[test]]
name = "to_py"
path = "tests/to_py.rs"