openkspace-io 0.2.0

Readers for MRI raw k-space formats: ISMRMRD (HDF5) and FastMRI (HDF5).
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 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"
rust-version = "1.87"
name = "openkspace-io"
version = "0.2.0"
authors = ["Nathan Riley <git@nathanriley.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Readers for MRI raw k-space formats: ISMRMRD (HDF5) and FastMRI (HDF5)."
homepage = "https://sigilweaver.app/openkspace/"
documentation = "https://sigilweaver.app/openkspace/docs/"
readme = "README.md"
keywords = [
    "mri",
    "ismrmrd",
    "fastmri",
    "hdf5",
    "medical-imaging",
]
categories = [
    "parser-implementations",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/Sigilweaver/OpenKSpace"

[lib]
name = "openkspace_io"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.hdf5-metno]
version = "0.9"
features = ["blosc"]

[dependencies.ndarray]
version = "0.15"
features = ["rayon"]

[dependencies.num-complex]
version = "0.4"

[dependencies.quick-xml]
version = "0.36"
features = ["serialize"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"