[[bench]]
harness = false
name = "geonum_benchmarks"
path = "benches/geonum_benchmarks.rs"
[dependencies]
[dev-dependencies.criterion]
version = "0.5"
[lib]
name = "geonum"
path = "src/lib.rs"
[package]
authors = ["mxfactorial"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "simulation", "algorithms", "data-structures"]
description = "geometric number library supporting unlimited dimensions with O(1) complexity"
edition = "2021"
keywords = ["geonum", "geometry", "math", "algebra", "geometric-algebra"]
license = "BSD-3-Clause"
name = "geonum"
readme = "README.md"
repository = "https://github.com/mxfactorial/geonum"
version = "0.4.2"
[[test]]
name = "algorithms_test"
path = "tests/algorithms_test.rs"
[[test]]
name = "calculus_test"
path = "tests/calculus_test.rs"
[[test]]
name = "category_theory_test"
path = "tests/category_theory_test.rs"
[[test]]
name = "economics_test"
path = "tests/economics_test.rs"
[[test]]
name = "em_field_theory_test"
path = "tests/em_field_theory_test.rs"
[[test]]
name = "finance_test"
path = "tests/finance_test.rs"
[[test]]
name = "lib_test"
path = "tests/lib_test.rs"
[[test]]
name = "machine_learning_test"
path = "tests/machine_learning_test.rs"
[[test]]
name = "monetary_policy_test"
path = "tests/monetary_policy_test.rs"
[[test]]
name = "numbers_test"
path = "tests/numbers_test.rs"
[[test]]
name = "qm_test"
path = "tests/qm_test.rs"
[[test]]
name = "set_theory_test"
path = "tests/set_theory_test.rs"