dicom 0.9.1

A pure Rust implementation of the DICOM standard
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 = "2018"
rust-version = "1.72.0"
name = "dicom"
version = "0.9.1"
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust implementation of the DICOM standard"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Enet4/dicom-rs"
resolver = "2"

[badges.maintenance]
status = "actively-developed"

[features]
default = [
    "inventory-registry",
    "ul",
    "pixeldata",
]
image = [
    "pixeldata",
    "dicom-pixeldata/image",
]
inventory-registry = [
    "dicom-encoding/inventory-registry",
    "dicom-transfer-syntax-registry/inventory-registry",
]
ndarray = [
    "pixeldata",
    "dicom-pixeldata/ndarray",
]
pixeldata = ["dicom-pixeldata"]
ul = ["dicom-ul"]

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

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

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

[dependencies.dicom-dump]
version = "0.9.1"
default-features = false

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

[dependencies.dicom-object]
version = "0.9.1"
default-features = false

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

[dependencies.dicom-pixeldata]
version = "0.9.1"
optional = true

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

[dependencies.dicom-ul]
version = "0.9.1"
optional = true