[[bench]]
harness = false
name = "performance_suite"
path = "benches/performance_suite.rs"
[dependencies.approx]
version = "0.5"
[dependencies.bytemuck]
version = "1.14"
[dependencies.creusot-contracts]
optional = true
version = "0.6"
[dependencies.dashu-float]
default-features = false
optional = true
version = "0.4.3"
[dependencies.num-traits]
version = "0.2"
[dependencies.rayon]
optional = true
version = "1.8"
[dependencies.rug]
optional = true
version = "1.24"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.proptest]
version = "1.4"
[[example]]
name = "basic"
path = "examples/basic.rs"
[features]
default = ["std", "phantom-types", "high-precision"]
formal-verification = ["creusot-contracts", "phantom-types"]
full-precision = ["high-precision", "native-precision"]
high-precision = ["dep:dashu-float", "dashu-float/std"]
native-precision = ["dep:rug"]
parallel = ["rayon"]
phantom-types = []
serialize = ["serde"]
std = []
wasm-precision = ["high-precision"]
[lib]
name = "amari_core"
path = "src/lib.rs"
[package]
authors = ["Amari Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "algorithms"]
description = "Core geometric algebra and mathematical structures"
edition = "2021"
homepage = "https://github.com/justinelliottcobb/Amari"
keywords = ["geometric-algebra", "clifford-algebra", "mathematics", "linear-algebra", "multivector"]
license = "MIT OR Apache-2.0"
name = "amari-core"
readme = "README.md"
repository = "https://github.com/justinelliottcobb/Amari"
version = "0.15.1"
[[test]]
name = "geometric_product"
path = "tests/geometric_product.rs"
[[test]]
name = "products"
path = "tests/products.rs"
[[test]]
name = "rotors"
path = "tests/rotors.rs"