# 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] edition = "2021" name = "varpro" version = "0.10.0" authors = ["geo-ant"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A straightforward nonlinear least-squares fitting library which uses the Variable Projection algorithm." homepage = "https://github.com/geo-ant/varpro" readme = "README.md" keywords = [ "nonlinear", "regression", "function", "fitting", "least-squares", ] categories = [ "mathematics", "science", "algorithms", ] license = "MIT" repository = "https://github.com/geo-ant/varpro" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [lib] name = "varpro" path = "src/lib.rs" [[test]] name = "integration_tests" path = "tests/integration_tests/main.rs" [[bench]] name = "double_exponential_without_noise" path = "benches/double_exponential_without_noise.rs" harness = false [[bench]] name = "multiple_right_hand_sides" path = "benches/multiple_right_hand_sides.rs" harness = false [dependencies.distrs] version = "0.2" [dependencies.levenberg-marquardt] version = "0.14" [dependencies.nalgebra] version = "0.33" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0.5" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.byteorder] version = "1.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.mockall] version = "0.11" [dev-dependencies.num-complex] version = "0.4" [dev-dependencies.pprof] version = "0.13" features = [ "criterion", "flamegraph", ] [dev-dependencies.rand] version = "0.8"