rustimizer 0.1.1

PoC for decision making in Rust. Disclaimer: The project's name was chosen with the help of an LLM.
Documentation
[[bin]]
name = "rustimizer"
path = "src/main.rs"

[dependencies.clap]
features = ["derive", "cargo", "unicode", "wrap_help"]
version = "4.5.40"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.ndarray-stats]
version = "0.6.0"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.ndarray]
features = ["approx"]
version = "0.16.1"

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

[package]
authors = ["Nicholas Fiorentini"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "PoC for decision making in Rust. Disclaimer: The project's name was chosen with the help of an LLM. "
edition = "2024"
license = "MIT"
name = "rustimizer"
readme = "README.md"
repository = "https://github.com/lordgordon/rustimizer"
version = "0.1.1"

[profile.dev]
opt-level = 1

[profile.release]
codegen-units = 1
lto = false
strip = "debuginfo"