[badges.travis-ci]
repository = "Enet4/dicom-rs"
[dependencies.dicom-core]
version = "0.2.0"
[dependencies.dicom-dictionary-std]
version = "0.2.0"
[dependencies.dicom-encoding]
version = "0.2.0"
[dependencies.dicom-object]
default-features = false
version = "0.2.0"
[dependencies.dicom-parser]
version = "0.2.0"
[dependencies.dicom-transfer-syntax-registry]
version = "0.2.0"
[features]
default = ["inventory-registry"]
inventory-registry = ["dicom-encoding/inventory-registry", "dicom-transfer-syntax-registry/inventory-registry"]
[package]
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
description = "A pure Rust implementation of the DICOM standard"
edition = "2018"
license = "Apache-2.0 OR MIT"
name = "dicom"
repository = "https://github.com/Enet4/dicom-rs"
version = "0.2.0"