faer-ext 0.8.0

faer API for interoperability with external libraries
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 = "2021"
rust-version = "1.67.0"
name = "faer-ext"
version = "0.8.0"
authors = ["sarah <>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "faer API for interoperability with external libraries"
readme = "README.md"
keywords = [
    "math",
    "matrix",
    "linear-algebra",
]
license = "MIT"
repository = "https://github.com/sarah-ek/faer-ext/"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--html-in-header",
    "katex-header.html",
]

[features]
default = []
nalgebra = ["dep:nalgebra"]
ndarray = ["dep:ndarray"]
numpy = [
    "dep:numpy",
    "dep:pyo3",
]
polars = ["dep:polars"]

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

[dependencies.faer]
version = "0.24.0"
default-features = false

[dependencies.nalgebra]
version = "0.34"
optional = true
default-features = false

[dependencies.ndarray]
version = "0.17.2"
optional = true
default-features = false

[dependencies.num-complex]
version = "0.4.5"
default-features = false

[dependencies.numpy]
version = "0.26.0"
optional = true
default-features = false

[dependencies.polars]
version = "0.40"
features = ["lazy"]
optional = true

[dependencies.pyo3]
version = "0.26"
optional = true
default-features = false

[dev-dependencies.nalgebra]
version = "0.34"