[package] name = "image-registration" version = "0.1.0" edition = "2024" rust-version = "1.88.0" authors = ["Wim Pomp "] license = "MIT OR Apache-2.0" description = "Find and apply affine transformations." homepage = "https://git.pomppervova.nl/wim/image-registration/src/branch/rs" repository = "https://git.pomppervova.nl/wim/image-registration/src/branch/rs" documentation = "https://docs.rs/image-registration" readme = "README.md" keywords = ["affine", "transformation", "ndarray"] categories = ["multimedia::images", "science"] exclude = ["/test_files"] [dependencies] algos = "0.6" itertools = "0.15" ndarray = { version = "0.17", features = ["rayon"] } ndrustfft = "0.6" num = "0.4" rayon = "1" serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" rand = "0.10" thiserror = "2" [dev-dependencies] tempfile = "3" tiff = "0.11" tiffwrite = "2026.6.0" [profile.release] debug = true [profile.test] inherits = "release"