[package]
edition = "2024"
rust-version = "1.85.0"
name = "dicom-dictionary-std"
version = "0.10.0"
authors = ["Eduardo Pinho <enet4mikeenet@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard DICOM attribute dictionary"
readme = "README.md"
keywords = [
"dicom",
"dictionary",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Enet4/dicom-rs"
[features]
application-context-name = []
application-hosting-model = []
coding-scheme = []
default = []
dicom-uid-as-coding-scheme = []
ldap-oid = []
mapping-resource = []
meta-sop-class = []
service-class = []
sop-class = []
synchronization-frame-of-reference = []
transfer-syntax = []
well-known-sop-instance = []
[lib]
name = "dicom_dictionary_std"
path = "src/lib.rs"
[dependencies.dicom-core]
version = "0.10"
[dependencies.once_cell]
version = "1.18.0"