pyo3-arraylike 0.5.0

Convenience extension for rust-numpy
Documentation
# 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 = "2024"
name = "pyo3-arraylike"
version = "0.5.0"
authors = ["Erik Friese <e.friese0@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

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

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

[dependencies.numpy]
version = "^0.28"

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