# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "nrfind" version = "1.0.3" authors = ["Leonora Tindall "] description = "A set of useful mathematical functions for floating point numbers based on the Newton-Raphson method for finding roots." documentation = "https://docs.rs/nrfind" readme = "README.md" keywords = ["newton-raphson", "root", "numeric", "calculus"] categories = ["algorithms", "science"] license = "MIT" repository = "https://github.com/LeoTindall/nrfind" [dependencies.num] version = "0.2" [badges.is-it-maintained-issue-resolution] repository = "NoraCodes/nrfind" [badges.is-it-maintained-open-issues] repository = "NoraCodes/nrfind" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "NoraCodes/nrfind"