# 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 = "2018" name = "neuroformats" version = "0.2.4" authors = ["Tim Schäfer "] exclude = [ "/examples", "/resources", ".gitignore", ] description = "Handling of structural neuroimaging file formats. The focus is on surface-based brain morphometry data and FreeSurfer file formats." homepage = "https://github.com/dfsp-spirit/neuroformats-rs" readme = "README.md" keywords = [ "neuroimaging", "brain", "MRI", "fileformats", "neuroscience", ] categories = [ "filesystem", "science", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dfsp-spirit/neuroformats-rs" [profile.dev] opt-level = 3 [dependencies.approx] version = "0.4" [dependencies.byteordered] version = "0.5" [dependencies.flate2] version = "1.0" [dependencies.ndarray] version = "0.14" features = ["approx"] default-features = true [dependencies.ndarray-stats] version = "0.4.0" [dependencies.quick-error] version = "2.0" [dev-dependencies.tempfile] version = "3.2.0"