trk-io 0.3.5

TrackVis (*.trk) reader and writer
Documentation
[package]
name = "trk-io"
version = "0.3.5"
authors = ["Nil Goyette <nil.goyette@imeka.ca>"]

description = "TrackVis (*.trk) reader and writer"
repository = "https://github.com/imeka/trk-io"
readme = "README-crates.io.md"
keywords = ["diffusion-mri", "trackvis", "trk"]
categories = ["data-structures", "science"]
license = "BSD-2-Clause"

[features]
use_nifti = ["nifti"]

[dependencies]
byteorder = "1.2.1"
docopt = "0.8.0"
nalgebra = "0.13.0"
tempdir = "0.3.0"

[dependencies.nifti]
version = "0.4.0"
features = ["ndarray_volumes"]
optional = true