trk-io 0.11.0

TrackVis (*.trk) reader and writer
Documentation
[package]

name = "trk-io"

version = "0.11.0"

authors = ["Nil Goyette <nil.goyette@imeka.ca>"]



description = "TrackVis (*.trk) reader and writer"

repository = "https://github.com/imeka/trk-io"

readme = "README.md"

keywords = ["diffusion-mri", "trackvis", "trk"]

categories = ["data-structures", "science"]

license = "BSD-2-Clause"



[features]

use_nifti = ["nifti"]



[dependencies]

byteorder = "1.3"

nalgebra = "0.17"



[dev-dependencies]

docopt = "1.0"

rand = "0.6"

tempdir = "0.3"



[dependencies.nifti]

version = "0.6"

features = ["ndarray_volumes"]

optional = true