thermite-complex 0.2.1

Generic SIMD complex numbers built on Thermite
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.95"
name = "thermite-complex"
version = "0.2.1"
authors = ["novacrazy <novacrazy@gmail.com>"]
build = false
include = [
    "/src",
    "/README.md",
    "/katex-header.html",
    "/LICENSE-APACHE",
    "/LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic SIMD complex numbers built on Thermite"
homepage = "https://github.com/raygon-renderer/thermite"
readme = "README.md"
keywords = [
    "simd",
    "complex",
    "complex-numbers",
    "math",
    "no-std",
]
categories = [
    "mathematics",
    "science",
    "no-std",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/raygon-renderer/thermite"
resolver = "1"

[package.metadata.docs.rs]
features = [
    "std",
    "compensated",
    "dual",
    "special",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--html-in-header",
    "katex-header.html",
]

[features]
compensated = ["dep:thermite-compensated"]
dual = ["dep:thermite-dual"]
special = ["dep:thermite-special"]
std = ["thermite/std"]
wasm = ["thermite/wasm"]

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

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

[dependencies.paste]
version = "1"

[dependencies.thermite]
version = "0.2.1"
default-features = false

[dependencies.thermite-compensated]
version = "0.2.1"
optional = true
default-features = false

[dependencies.thermite-dual]
version = "0.2.1"
optional = true
default-features = false

[dependencies.thermite-special]
version = "0.2.1"
optional = true
default-features = false

[dev-dependencies.libm]
version = "0.2.16"

[dev-dependencies.num-complex]
version = "0.4"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = [
    'cfg(target_arch, values("spirv"))',
    "cfg(tarpaulin_include)",
    "cfg(thermite_unstable_spirv)",
    "cfg(thermite_legacy_map)",
]