numpy 0.14.1

Rust binding of NumPy C-API
Documentation
[dependencies.cfg-if]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.ndarray]
version = ">= 0.13, < 0.16"

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

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

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

[features]
default = []
rayon = ["ndarray/rayon"]

[package]
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>", "Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>"]
description = "Rust binding of NumPy C-API"
documentation = "https://pyo3.github.io/rust-numpy/numpy"
edition = "2018"
keywords = ["numpy", "python", "binding"]
license = "BSD-2-Clause"
name = "numpy"
repository = "https://github.com/rust-numpy/rust-numpy"
resolver = "2"
version = "0.14.1"