ferray-numpy-interop 0.2.3

Python/NumPy interop via PyO3 and Arrow/Polars for ferray
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"
rust-version = "1.85"
name = "ferray-numpy-interop"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python/NumPy interop via PyO3 and Arrow/Polars for ferray"
homepage = "https://github.com/dollspace-gay/ferray"
readme = "README.md"
keywords = [
    "numpy",
    "ndarray",
    "scientific-computing",
    "simd",
    "linear-algebra",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dollspace-gay/ferray"
resolver = "2"

[features]
arrow = ["dep:arrow"]
default = []
polars = ["dep:polars"]
python = [
    "dep:pyo3",
    "dep:numpy",
]

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

[dependencies.arrow]
version = "54"
optional = true

[dependencies.ferray-core]
version = "0.2.3"

[dependencies.numpy]
version = "0.24"
optional = true

[dependencies.polars]
version = "0.46"
features = [
    "dtype-i8",
    "dtype-i16",
    "dtype-u8",
    "dtype-u16",
]
optional = true
default-features = false

[dependencies.pyo3]
version = "0.24"
optional = true

[dev-dependencies.proptest]
version = "1.6"