# 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 = "dicom-finder" version = "0.1.5" authors = ["Jermiah Joseph "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple CLI tool and library for finding DICOM files." homepage = "https://github.com/jjjermiah/dicom-finder" readme = "README.md" keywords = [ "cli", "dicom", "finder", "rust", "tool", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jjjermiah/dicom-finder" [lib] name = "dicom_finder" path = "src/lib.rs" [[bin]] name = "dicom-finder" path = "src/bin/cli.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.dicom] version = "0.7.1" [dependencies.git2] version = "0.19.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.rust_search_fork] version = "2.1.3"