trk-io 0.11.0

TrackVis (*.trk) reader and writer
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "trk-io"
version = "0.11.0"
authors = ["Nil Goyette <nil.goyette@imeka.ca>"]
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.byteorder]
version = "1.3"

[dependencies.nalgebra]
version = "0.17"

[dependencies.nifti]
version = "0.6"
features = ["ndarray_volumes"]
optional = true
[dev-dependencies.docopt]
version = "1.0"

[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.tempdir]
version = "0.3"

[features]
use_nifti = ["nifti"]