deep_causality_multivector 0.4.1

Multivector and MultiField implementation for DeepCausality
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.90.0"
name = "deep_causality_multivector"
version = "0.4.1"
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 = "Multivector and MultiField implementation for DeepCausality"
documentation = "https://docs.rs/deep_causality"
readme = "README.md"
keywords = [
    "data-structures",
    "vector",
]
categories = [
    "data-structures",
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

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

[[example]]
name = "basic_multivector_example"
path = "examples/basic_multivector.rs"

[[example]]
name = "clifford_mhd_mulitvector_example"
path = "examples/clifford_mhd_mulitvector.rs"

[[example]]
name = "dixon_multivector_example"
path = "examples/dixon_multivector.rs"

[[example]]
name = "geometric_tilt_estimator"
path = "examples/geometric_tilt_estimator.rs"

[[example]]
name = "grmhd_multivector_example"
path = "examples/grmhd_integration.rs"

[[example]]
name = "hkt_multivector_example"
path = "examples/hkt_multivector.rs"

[[example]]
name = "hopf_multivector_example"
path = "examples/hopf_fibration_multivector.rs"

[[example]]
name = "maxwell_multivector_example"
path = "examples/maxwell_multivector.rs"

[[example]]
name = "pga3d_multivector_example"
path = "examples/pga3d_multivector.rs"

[[bench]]
name = "multifield_bench"
path = "benches/multifield_bench.rs"
harness = false

[[bench]]
name = "multivector_bench"
path = "benches/multivector_bench.rs"
harness = false

[dependencies.deep_causality_core]
version = "0.0.5"

[dependencies.deep_causality_haft]
version = "0.3"

[dependencies.deep_causality_metric]
version = "0.2"

[dependencies.deep_causality_num]
version = "0.3.0"

[dependencies.deep_causality_tensor]
version = "0.4"

[dev-dependencies.criterion]
version = "0.8"