[dependencies.generic-array]
default-features = false
version = "1.2.0"
[dependencies.generic-array-storage]
version = "0.2.0"
[dependencies.levenberg-marquardt]
version = "0.14.0"
[dependencies.nacfahi-derive]
version = "0.3.7"
[dependencies.nalgebra]
default-features = false
version = "0.33.2"
[dependencies.num-traits]
default-features = false
version = "0.2.19"
[dependencies.typenum]
default-features = false
features = ["no_std"]
version = "1.17.0"
[dev-dependencies.approx]
version = "0.5.1"
[dev-dependencies.nalgebra]
features = ["macros"]
version = "0.33.2"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.static_assertions]
version = "1.1.0"
[features]
[lib]
name = "nacfahi"
path = "src/lib.rs"
[lints.clippy]
module_name_repetitions = "allow"
[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
unsafe_code = "forbid"
[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1
[lints.rustdoc]
broken_intra_doc_links = "forbid"
[package]
authors = ["Diachenko Artem", "Artem 34ty804krytp92e239eku@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "no-std"]
description = "Simpler, but less error-prone API for `levenberg-marquardt` optimization crate"
documentation = "https://dzuchun.github.io/nacfahi/nacfahi/index.html"
edition = "2021"
exclude = ["katex.html", "tests", "**/tests.rs", "README.md"]
keywords = ["api", "no_std", "no-std", "math", "statistics"]
license = "MIT"
name = "nacfahi"
readme = "README.md"
repository = "https://github.com/Dzuchun/nacfahi"
resolver = "1"
version = "0.3.7"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex.html"]