# 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 = "gomez" version = "0.5.0" authors = ["Petr Nevyhoštěný "] description = "Framework and implementation for mathematical optimization and solving non-linear systems of equations." documentation = "https://docs.rs/gomez/" readme = "README.md" keywords = [ "nonlinear-equations", "optimization", "math", "science", ] categories = [ "science", "mathematics", ] license = "MIT" repository = "https://github.com/datamole-ai/gomez" [dependencies.approx] version = "0.5.0" [dependencies.fastrand] version = "2.0.0" [dependencies.fastrand-contrib] version = "0.1.0" [dependencies.getset] version = "0.1.0" [dependencies.log] version = "0.4.0" [dependencies.nalgebra] version = "0.32.0" [dependencies.thiserror] version = "1.0.0" [features] testing = []