# 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 = "umeyama" version = "0.1.0" description = "An algorithm for finding the optimal translation, rotation, and scaling that aligns two sets of points with minimum root-mean-square deviation (RMSD)." homepage = "https://pwa.ir" documentation = "https://docs.rs/crate/umeyama" readme = "README.md" keywords = [ "RMSD", "umeyama", ] categories = [ "algorithms", "science", "computer-vision", ] license = "MIT" repository = "https://github.com/xclud/rust-umeyama" [dependencies.nalgebra] version = "^0.32.4"