# 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" name = "dicom-parser" version = "0.7.0" authors = ["Eduardo Pinho "] description = "A middle-level parser and printer of DICOM data sets" readme = "README.md" keywords = [ "dicom", "parser", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/Enet4/dicom-rs" resolver = "2" [dependencies.chrono] version = "0.4.22" features = ["std"] default-features = false [dependencies.dicom-core] version = "0.7.0" [dependencies.dicom-dictionary-std] version = "0.7.0" [dependencies.dicom-encoding] version = "0.7.0" [dependencies.smallvec] version = "1.6.1" [dependencies.snafu] version = "0.8" [dependencies.tracing] version = "0.1.34"