# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "nifti_processing" version = "0.1.1" authors = ["Hinrich Winther "] description = "nibabel like 3d resampling functions for Nifti-rs" readme = "README.md" keywords = [ "nifti", "imaging", "3d", "resampling", "nibabel", ] license = "MIT OR Apache-2.0" repository = "https://github.com/liob/NIFTI-Processing-rs" [[bench]] name = "speed_benchmark" harness = false [dependencies.itertools] version = "0.10" [dependencies.nalgebra] version = "0.31" features = ["std"] default-features = false [dependencies.ndarray] version = "0.15" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.rayon] version = "1.6" [dev-dependencies.approx] version = "0.5" default-features = false [dev-dependencies.clap] version = "4.0" features = ["derive"] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.kdam] version = "0.3.0" [dev-dependencies.nifti] version = "0.15.0" features = ["nalgebra_affine"]