deep_causality_num_complex 0.1.0

Complex, quaternion, and octonion number types for deep_causality.
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.93.0"
name = "deep_causality_num_complex"
version = "0.1.0"
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
build = false
exclude = [
    "*.bazel",
    "*/*.bazel",
    "*.bazel.*",
    "BUILD",
    "BUILD.bazel",
    "MODULE.bazel",
    ".bazelignore",
    ".bazelrc",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Complex, quaternion, and octonion number types for deep_causality."
documentation = "https://docs.rs/deep_causality_num_complex"
readme = "README.md"
keywords = [
    "complex",
    "quaternion",
    "octonion",
    "numbers",
]
categories = [
    "development-tools",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

[features]
default = ["std"]
no-std = [
    "deep_causality_num/no-std",
    "deep_causality_algebra/no-std",
]
std = [
    "deep_causality_num/std",
    "deep_causality_algebra/std",
]

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

[dependencies.deep_causality_algebra]
version = "0.1"
default-features = false

[dependencies.deep_causality_num]
version = "0.3"
default-features = false

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]