# 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] name = "roots" version = "0.0.8" authors = ["Mikhail Vorotilov "] description = "Library of well known algorithms for numerical root finding.\n" readme = "README.md" keywords = ["math", "root", "numerical", "cubic", "quartic"] license = "BSD-2-Clause" repository = "https://github.com/vorot/roots" [lib] name = "roots" path = "src/lib.rs" [[bench]] name = "benches" harness = false [dev-dependencies.criterion] version = "0.3" [badges.travis-ci] branch = "master" repository = "https://github.com/vorot/roots"