neberu 0.0.0

Exact geometric algebra from the balanced ternary axiom. Governed rewriting, self-certifying canonicalization via the Kase Optimality Theorem.
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 = "2021"
name = "neberu"
version = "0.0.0"
authors = ["Rick J. Kase (Rikii) <rikii@enoch-automation.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exact geometric algebra from the balanced ternary axiom. Governed rewriting, self-certifying canonicalization via the Kase Optimality Theorem."
documentation = "https://docs.rs/neberu"
readme = "README.md"
keywords = [
    "geometric-algebra",
    "clifford",
    "exact-arithmetic",
    "ternary",
    "governance",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
    "encoding",
]
license = "MIT"

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

[[bin]]
name = "neberu"
path = "src/main.rs"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1