# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "dicom_dictionary_parser" version = "0.2.0" authors = ["Robert Habrich "] description = "Library that parses the data dictionary (part 6) of the DICOM standard and provides access to all data elements" homepage = "https://github.com/Blubbz0r/dicom_dictionary_parser" readme = "README.md" keywords = ["dicom"] license = "MIT" repository = "https://github.com/Blubbz0r/dicom_dictionary_parser" [dependencies.reqwest] version = "0.9.2" [dependencies.xmltree] version = "0.8.0" [badges.travis-ci] repository = "Blubbz0r/dicom_dictionary_parser"