[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