[dependencies.once_cell]
version = "1.19.0"
[dev-dependencies.numtest]
version = "0.1.6"
[package]
authors = ["Tamas Kis"]
description = "Root-finding methods for both univariate, scalar-valued functions and multivariate, vector-valued functions."
documentation = "https://docs.rs/rootfinder"
edition = "2021"
exclude = ["Cargo.lock", ".github/", ".vscode/", ".gitignore"]
license = "MIT OR Apache-2.0"
name = "rootfinder"
readme = "README.md"
repository = "https://github.com/tamaskis/rootfinder"
version = "0.1.0"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "src/docs-header.html"]