simba 0.10.0

SIMD algebra for Rust
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 = "2018"
name = "simba"
version = "0.10.0"
authors = ["sebcrozet <developer@crozet.re>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SIMD algebra for Rust"
documentation = "https://docs.rs/simba"
readme = "README.md"
keywords = [
    "algebra",
    "simd",
    "math",
]
categories = [
    "science",
    "mathematics",
    "wasm",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/dimforge/simba"

[package.metadata.docs.rs]
all-features = true

[badges.maintenance]
status = "actively-developed"

[features]
default = ["std"]
libm = ["num-traits/libm"]
partial_fixed_point_support = [
    "fixed",
    "cordic",
]
portable_simd = ["std"]
rkyv-serialize = ["rkyv"]
serde_serialize = [
    "serde",
    "fixed/serde",
]
std = ["wide/std"]

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

[dependencies.approx]
version = "0.5"
default-features = false

[dependencies.cordic]
version = "0.1"
optional = true

[dependencies.decimal]
version = "2.0"
optional = true
default-features = false

[dependencies.fixed]
version = "1"
optional = true

[dependencies.libm_force]
version = "0.2"
optional = true
package = "libm"

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

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

[dependencies.rand]
version = "0.10"
optional = true

[dependencies.rkyv]
version = "0.7"
optional = true

[dependencies.serde]
version = "1"
optional = true
default-features = false

[dependencies.wide]
version = "1"
optional = true
default-features = false