# 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 = "trk-io" version = "0.28.0" authors = ["Nil Goyette "] description = "TrackVis (*.trk) reader and writer" readme = "README.md" keywords = [ "diffusion-mri", "trackvis", "trk", ] categories = [ "data-structures", "science", ] license = "BSD-2-Clause" repository = "https://github.com/imeka/trk-io" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.4" [dependencies.nalgebra] version = "0.32" [dependencies.ndarray] version = "0.15" optional = true [dependencies.nifti] version = "0.16" features = [ "nalgebra_affine", "ndarray_volumes", ] optional = true [dev-dependencies.docopt] version = "1.1" [dev-dependencies.rand] version = "0.8" features = [ "alloc", "getrandom", "small_rng", ] default-features = false [dev-dependencies.tempfile] version = "3.2" [features] nifti_images = [ "ndarray", "nifti", ]