dicom-object 0.8.0

A high-level API for reading and manipulating DICOM objects
Documentation
[dependencies.byteordered]
version = "0.6"

[dependencies.dicom-core]
version = "0.8.0"

[dependencies.dicom-dictionary-std]
version = "0.8.0"

[dependencies.dicom-encoding]
version = "0.8.0"

[dependencies.dicom-parser]
version = "0.8.0"

[dependencies.dicom-transfer-syntax-registry]
version = "0.8.0"

[dependencies.itertools]
version = "0.13"

[dependencies.smallvec]
version = "1.6.1"

[dependencies.snafu]
version = "0.8"

[dependencies.tracing]
version = "0.1.34"

[dev-dependencies.dicom-test-files]
version = "0.3"

[dev-dependencies.tempfile]
version = "3.2.0"

[features]
default = []
inventory-registry = ["dicom-encoding/inventory-registry", "dicom-transfer-syntax-registry/inventory-registry"]

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

[package]
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A high-level API for reading and manipulating DICOM objects"
edition = "2018"
keywords = ["dicom", "object", "attributes"]
license = "MIT OR Apache-2.0"
name = "dicom-object"
readme = "README.md"
repository = "https://github.com/Enet4/dicom-rs"
resolver = "2"
rust-version = "1.72.0"
version = "0.8.0"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"