# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "orthanc-cli" version = "0.4.0" authors = ["Andrii Yurchuk "] build = "build.rs" autotests = false description = "Command-line interface for Orthanc, an open-source, lightweight DICOM server" homepage = "https://github.com/Ch00k/orthanc-cli" documentation = "https://github.com/Ch00k/orthanc-cli" readme = "README.md" keywords = ["cli", "command-line", "orthanc", "dicom"] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/Ch00k/orthanc-cli" [profile.dev.package.diff] opt-level = 3 [lib] name = "orthanc_cli" path = "src/lib.rs" [[bin]] name = "orthanc" path = "src/main.rs" [[test]] name = "integration" path = "tests/test.rs" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.comfy-table] version = "2.1" [dependencies.orthanc] version = "0.8" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.dicom-object] version = "0.3" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.pretty_assertions] version = "0.7" [dev-dependencies.regex] version = "1.4" [dev-dependencies.tempfile] version = "3.2" [dev-dependencies.zip] version = "0.5" [build-dependencies.clap] version = "3.0.0-beta.2" [build-dependencies.clap_generate] version = "3.0.0-beta.2"