# 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-dump" version = "0.8.0" authors = ["Eduardo Pinho "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "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" resolver = "2" [lib] name = "dicom_dump" path = "src/lib.rs" [[bin]] name = "dicom-dump" path = "src/main.rs" required-features = ["cli"] [dependencies.clap] version = "4.0.18" features = ["derive"] optional = true [dependencies.dicom-core] version = "0.8.0" [dependencies.dicom-dictionary-std] version = "0.8.0" [dependencies.dicom-encoding] version = "0.8" [dependencies.dicom-json] version = "0.8.0" [dependencies.dicom-object] version = "0.8.0" [dependencies.dicom-transfer-syntax-registry] version = "0.8.0" default-features = false [dependencies.owo-colors] version = "4.0.0-rc.1" features = ["supports-colors"] [dependencies.serde_json] version = "1.0.108" [dependencies.snafu] version = "0.8" [dependencies.terminal_size] version = "0.4.0" [features] cli = [ "clap", "dicom-transfer-syntax-registry/inventory-registry", ] default = [ "cli", "sop-class", ] sop-class = ["dicom-dictionary-std/sop-class"]