# 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 = "2018" name = "dicom-dictionary-builder" version = "0.8.0" authors = ["Eduardo Pinho "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A generator of DICOM dictionaries from standard documentation and other sources" readme = "README.md" keywords = [ "dicom", "generator", "dictionary", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Enet4/dicom-rs" resolver = "2" [[bin]] name = "dicom-dictionary-builder" path = "src/main.rs" [dependencies.clap] version = "4.0.18" features = [ "cargo", "derive", ] [dependencies.eyre] version = "0.6.12" [dependencies.heck] version = "0.5.0" [dependencies.regex] version = "1.6.0" features = [ "std", "perf", "unicode-case", "unicode-perl", ] default-features = false [dependencies.serde] version = "1.0.55" features = ["derive"] [dependencies.serde_json] version = "1.0.17" [dependencies.sxd-document] version = "0.3.2" [dependencies.sxd-xpath] version = "0.4.2" [dependencies.ureq] version = "2.4.0"