# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pyo3-arraylike" version = "0.1.1" authors = ["Erik Friese "] description = "Convenience extension for rust-numpy" homepage = "https://github.com/124C41p/pyo3-arraylike" readme = "README.md" keywords = [ "python", "numpy", "ffi", "pyo3", "ndarray", ] categories = [ "api-bindings", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/124C41p/pyo3-arraylike" [dependencies.ndarray] version = ">= 0.13, < 0.16" [dependencies.numpy] version = "^0.21" [dev-dependencies.pyo3] version = "^0.21" features = ["auto-initialize"] default-features = false