faer-traits 0.24.0

linear algebra library
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"
name = "faer-traits"
version = "0.24.0"
authors = ["sarah quiƱones <sarah@veganb.tw>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "linear algebra library"
readme = "README.md"
keywords = [
    "math",
    "linear-algebra",
]
license = "MIT"
repository = "https://codeberg.org/sarah-quinones/faer"

[features]
default = ["std"]
std = [
    "pulp/std",
    "qd/std",
    "num-traits/std",
    "num-complex/std",
    "libm/arch",
]

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

[dependencies.bytemuck]
version = "1.24.0"

[dependencies.dyn-stack]
version = "0.13.2"
features = [
    "core-error",
    "alloc",
]
default-features = false

[dependencies.generativity]
version = "1.1.0"

[dependencies.libm]
version = "0.2.15"
default-features = false

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

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dependencies.pulp]
version = "0.22.2"
default-features = false

[dependencies.qd]
version = "0.8.0"
default-features = false

[dependencies.reborrow]
version = "0.5.5"