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