# 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 = "2021" name = "nu_plugin_dcm" version = "0.1.8" include = [ "src/**/*", "LICENSE", "README.md", ] description = "A nushell plugin to parse Dicom files" homepage = "https://github.com/realcundo/nu_plugin_dcm" readme = "README.md" keywords = [ "nu", "nushell", "dicom", ] license = "MIT" repository = "https://github.com/realcundo/nu_plugin_dcm" resolver = "2" [profile.release] opt-level = 2 lto = true codegen-units = 1 [dependencies.dicom] version = "0.5" [dependencies.indexmap] version = "1.8" [dependencies.itertools] version = "0.10" [dependencies.nu-plugin] version = "0.68" [dependencies.nu-protocol] version = "0.68" features = ["plugin"] [dependencies.snafu] version = "0.7"