[package] name = "quad-to-quad-transformer" description = "Translate 2d points from one quad to another" license = "MIT" version = "0.3.0" edition = "2021" repository = "https://github.com/RandomStudio/quad-to-quad-transformer" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ndarray = "0.15.2" nalgebra = "0.31.4" log = "0.4.17" anyhow = "1.0.71"