- cleanup
This commit is contained in:
+2
-3
@@ -12,13 +12,12 @@ documentation = "https://docs.rs/image-registration"
|
||||
readme = "README.md"
|
||||
keywords = ["affine", "transformation", "ndarray"]
|
||||
categories = ["multimedia::images", "science"]
|
||||
exclude = ["/tests"]
|
||||
exclude = ["/test_files"]
|
||||
|
||||
[dependencies]
|
||||
algos = "0.6"
|
||||
itertools = "0.15"
|
||||
ndarray = { version = "0.17", features = ["rayon"] }
|
||||
ndarray-npy = { version = "0.10.0", features = ["npz"] }
|
||||
ndrustfft = "0.6"
|
||||
num = "0.4"
|
||||
rayon = "1"
|
||||
@@ -26,11 +25,11 @@ serde = { version = "1", features = ["derive"] }
|
||||
serde_yaml = "0.9"
|
||||
rand = "0.10"
|
||||
thiserror = "2"
|
||||
tiffwrite = "2026.6.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
tiff = "0.11"
|
||||
tiffwrite = "2026.6.0"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
Reference in New Issue
Block a user