# 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 = "vlung-analysis" version = "1.0.0" authors = ["Naoki Kaneko "] description = "CT画像データを解析して部位ごとに抽出してOBJファイルを生成するソフトウェア" readme = "README.md" keywords = ["dicom"] categories = [ "command-line-interface", "computer-vision", "encoding", ] license = "MIT" repository = "https://github.com/puripuri2100/vlung-analysis" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.12" features = ["derive"] [dependencies.dicom] version = "0.6.1" [dependencies.dicom-pixeldata] version = "0.2.0" features = ["ndarray"] [dependencies.image] version = "0.24.6" [dependencies.ndarray] version = "0.15.6" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.9.5" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17"