# 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-dictionary-std" version = "0.8.0" authors = ["Eduardo Pinho "] build = 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" resolver = "2" [lib] name = "dicom_dictionary_std" path = "src/lib.rs" [dependencies.dicom-core] version = "0.8.0" [dependencies.once_cell] version = "1.18.0" [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 = []