odesign 0.1.9

odesign is an optimal design of experiments library written in pure rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "odesign"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "odesign is an optimal design of experiments library written in pure rust."
homepage = "https://odesign.rs"
readme = "README.md"
keywords = [
    "sffs",
    "statistics",
    "feature-selection",
    "optimal-design",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://git.sr.ht/~maunke/odesign"
resolver = "2"

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

[[test]]
name = "feature_derive"
path = "tests/feature_derive.rs"

[[test]]
name = "optimal_design"
path = "tests/optimal_design.rs"

[[bench]]
name = "a_opt_mixed_1dim"
path = "benches/a_opt_mixed_1dim.rs"
harness = false

[[bench]]
name = "d_opt_mixed_2dim"
path = "benches/d_opt_mixed_2dim.rs"
harness = false

[[bench]]
name = "d_opt_polynomial_3dim"
path = "benches/d_opt_polynomial_3dim.rs"
harness = false

[dependencies.aquamarine]
version = "0.6.0"

[dependencies.faer]
version = "=0.21.8"

[dependencies.faer-ext]
version = "0.5.0"
features = ["nalgebra"]

[dependencies.katexit]
version = "0.1.4"

[dependencies.nalgebra]
version = "0.33.2"

[dependencies.num-dual]
version = "0.11.0"

[dependencies.odesign-derive]
version = "0.1.9"

[dependencies.rayon]
version = "1.10.0"

[dependencies.thiserror]
version = "2.0.11"

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

[dev-dependencies.rand]
version = "0.9.0"

[dev-dependencies.trybuild]
version = "1.0.103"