# 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 = "fenris-optimize" version = "0.0.3" authors = ["Andreas Longva "] description = "Optimization functionality used by fenris" license = "MIT OR Apache-2.0" repository = "https://github.com/InteractiveComputerGraphics/fenris" [dependencies.fenris-traits] version = "0.0.2" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.32.1" features = [ "compare", "std", ] default-features = false [dependencies.numeric_literals] version = "0.2.0" [dev-dependencies.matrixcompare] version = "0.3.0"