- second commit
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
[package]
|
||||
name = "image-registration"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
algos = "0.6"
|
||||
itertools = "0.14"
|
||||
ndarray = { version = "0.17", features = ["rayon"] }
|
||||
ndarray-linalg = { version = "0.18", features = ["openblas-static"] }
|
||||
ndarray-npy = { version = "0.10.0", features = ["npz"] }
|
||||
ndrustfft = "0.6"
|
||||
num = "0.4"
|
||||
rayon = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_yaml = "0.9"
|
||||
rand = "0.9"
|
||||
thiserror = "2"
|
||||
tiffwrite = "2025.12.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
tiffwrite = "2025.12.0"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
Reference in New Issue
Block a user