# 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-storescu" version = "0.8.0" authors = ["Eduardo Pinho "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A DICOM C-ECHO command line interface" readme = "README.md" keywords = ["dicom"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Enet4/dicom-rs" resolver = "2" [[bin]] name = "dicom-storescu" path = "src/main.rs" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.dicom-core] version = "0.8.0" [dependencies.dicom-dictionary-std] version = "0.8.0" [dependencies.dicom-encoding] version = "0.8.0" [dependencies.dicom-object] version = "0.8.0" [dependencies.dicom-pixeldata] version = "0.8.0" optional = true [dependencies.dicom-transfer-syntax-registry] version = "0.8.0" [dependencies.dicom-ul] version = "0.8.0" features = ["async"] [dependencies.indicatif] version = "0.17.0" [dependencies.snafu] version = "0.8" [dependencies.tokio] version = "1.38.0" features = [ "rt", "rt-multi-thread", "macros", "sync", ] [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3.11" [dependencies.walkdir] version = "2.3.2" [features] default = ["transcode"] transcode = ["dep:dicom-pixeldata"]