# 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 = "dcmdump" version = "0.5.0" authors = ["Eduardo Pinho "] description = "(DEPRECATED) A CLI tool for inspecting DICOM files" readme = "README.md" keywords = [ "cli", "dicom", "dump", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Enet4/dicom-rs" [dependencies.colored] version = "2.0.0" [dependencies.dicom] version = "0.5.0" default-features = false [dependencies.dicom-dump] version = "0.5.0" [dependencies.itertools] version = "0.10" [dependencies.snafu] version = "0.7.0" [dependencies.structopt] version = "0.3.21" [dependencies.term_size] version = "0.3.2" [features] default = [ "dicom/inventory-registry", "dicom/backtraces", ]