numpy 0.3.2

Rust binding of NumPy C-API
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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/"
keywords = ["numpy", "python", "binding"]
license-file = "LICENSE"
repository = "https://github.com/termoshtt/rust-numpy"
[dependencies.cfg-if]
version = "0.1.5"

[dependencies.libc]
version = "0.2"

[dependencies.ndarray]
version = ">= 0.11"

[dependencies.num-complex]
version = ">= 0.1"

[dependencies.pyo3]
version = "0.4.1"