# 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" rust-version = "1.80.0" name = "kabsch_umeyama" version = "0.1.2" authors = ["Vo Tien Dat "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Kabsch-Umeyama algorithm is a method for aligning and comparing the similarity between two sets of points. It finds the optimal translation, rotation and scaling by minimizing the root-mean-square deviation (RMSD) of the point pairs." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dat58/kabsch_umeyama" [lib] name = "kabsch_umeyama" path = "src/lib.rs" [dependencies.nalgebra] version = "0.33.2" default-features = false [dependencies.nalgebra-lapack] version = "0.25.0"