[dependencies.approx]
optional = true
version = "0.5.1"
[dependencies.glam]
default-features = false
optional = true
version = "0.30.5"
[dependencies.num-traits]
default-features = false
version = "0.2.19"
[dependencies.rand]
default-features = false
optional = true
version = "0.9.1"
[dev-dependencies.approx]
version = "0.5.1"
[dev-dependencies.rand]
default-features = false
features = ["std_rng"]
version = "0.9.1"
[features]
approx = ["dep:approx"]
default = ["std", "rand", "approx", "glam"]
glam = ["dep:glam"]
libm = ["num-traits/libm", "glam?/libm"]
rand = ["dep:rand"]
std = ["glam?/std", "num-traits/std"]
[lib]
name = "abels_complex"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_arch, values("spirv"))']
level = "warn"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Complex numbers with rectangular and polar representations"
edition = "2024"
keywords = ["math", "complex"]
license = "MIT"
name = "abels-complex"
readme = "README.md"
repository = "https://github.com/abel465/abels-complex-rs"
version = "0.4.0"