Files
rustytorch/crates/specialized/rtx-registration/Cargo.toml
T
2026-03-04 00:08:42 +00:00

33 lines
641 B
TOML

[package]
name = "rtx-registration"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Image registration for medical imaging - affine and deformable transforms"
[dependencies]
# Essential dependencies
anyhow = { workspace = true }
thiserror = { workspace = true }
serde = { workspace = true }
# Math
nalgebra = { workspace = true }
# Parallelism
rayon = { workspace = true }
# Medical imaging
rtx-medical-io = { path = "../rtx-medical-io" }
[dev-dependencies]
tempfile = { workspace = true }
[features]
default = []
[lints]
workspace = true