[[bench]]
name = "deterministic_perf"
path = "benches/deterministic_perf.rs"
[[bench]]
name = "edge_computing_benchmarks"
path = "benches/edge_computing_benchmarks.rs"
[[bin]]
name = "amari"
path = "src/main.rs"
[dependencies.amari-automata]
version = "0.12.2"
[dependencies.amari-core]
features = ["std", "phantom-types", "high-precision"]
version = "0.12.2"
[dependencies.amari-dual]
version = "0.12.2"
[dependencies.amari-enumerative]
version = "0.12.2"
[dependencies.amari-flynn]
optional = true
version = "0.12.2"
[dependencies.amari-fusion]
version = "0.12.2"
[dependencies.amari-gpu]
optional = true
version = "0.12.2"
[dependencies.amari-info-geom]
version = "0.12.2"
[dependencies.amari-measure]
optional = true
version = "0.12.2"
[dependencies.amari-network]
version = "0.12.2"
[dependencies.amari-optimization]
optional = true
version = "0.12.2"
[dependencies.amari-relativistic]
version = "0.12.2"
[dependencies.amari-tropical]
version = "0.12.2"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.approx]
version = "0.5"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.tokio]
features = ["full"]
version = "1.0"
[[example]]
name = "networked_physics"
path = "examples/networked_physics.rs"
required-features = ["deterministic"]
[features]
default = []
deterministic = []
flynn = ["dep:amari-flynn"]
gpu = ["dep:amari-gpu"]
measure = ["dep:amari-measure"]
optimization = ["dep:amari-optimization"]
[lib]
name = "amari"
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 = "Advanced mathematical computing library with geometric algebra, tropical algebra, and automatic differentiation"
edition = "2021"
homepage = "https://github.com/justinelliottcobb/Amari"
keywords = ["mathematics", "geometric-algebra", "tropical-algebra", "autodiff", "wasm"]
license = "MIT OR Apache-2.0"
name = "amari"
readme = "README.md"
repository = "https://github.com/justinelliottcobb/Amari"
rust-version = "1.75"
version = "0.12.2"
[profile.bench]
inherits = "release"
[profile.dev]
opt-level = 0
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
[[test]]
name = "determinism_cross_platform"
path = "tests/determinism_cross_platform.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"