numpy 0.3.2

Rust binding of NumPy C-API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "numpy"
version = "0.3.2"
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]

description = "Rust binding of NumPy C-API"
documentation = "https://docs.rs/numpy/"
repository = "https://github.com/termoshtt/rust-numpy"
keywords = ["numpy", "python", "binding"]
license-file = "LICENSE"

[dependencies]
cfg-if = "0.1.5"
libc = "0.2"
num-complex = ">= 0.1"
ndarray = ">= 0.11"
pyo3 = "0.4.1"