[dev-dependencies.numtest]
version = "0.4.0"
[lib]
name = "rootfinder"
path = "src/lib.rs"
[package]
authors = ["Tamas Kis"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Root-finding methods for both univariate, scalar-valued functions and multivariate, vector-valued functions."
documentation = "https://docs.rs/rootfinder"
edition = "2024"
exclude = [".gitignore", ".github/", ".vscode/", "Cargo.lock", "book/"]
license = "MIT OR Apache-2.0"
name = "rootfinder"
readme = "README.md"
repository = "https://github.com/tamaskis/rootfinder"
version = "0.5.0"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "src/docs-header.html"]