dicomview-core 0.2.5

WASM-safe DICOM decode, incremental volumes, MPR state, and rendering presets
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.80"
name = "dicomview-core"
version = "0.2.5"
authors = ["Michael Knopke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM-safe DICOM decode, incremental volumes, MPR state, and rendering presets"
readme = false
license = "MIT OR Apache-2.0"

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

[[example]]
name = "benchmark_core"
path = "examples/benchmark_core.rs"

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

[dependencies.dicom-toolkit-codec]
version = "0.5.0"

[dependencies.dicom-toolkit-core]
version = "0.5.0"

[dependencies.dicom-toolkit-data]
version = "0.5.0"

[dependencies.dicom-toolkit-dict]
version = "0.5.0"

[dependencies.dicom-toolkit-image]
version = "0.5.0"

[dependencies.glam]
version = "0.29"
features = ["bytemuck"]

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.volren-core]
version = "0.3.1"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.proptest]
version = "1"

[target.'cfg(target_arch = "wasm32")'.dependencies.uuid]
version = "1"
features = ["js"]