# 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-json" version = "0.8.0" authors = ["Eduardo Pinho "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DICOM data serialization to/from JSON" readme = "README.md" keywords = [ "dicom", "attributes", "json", "serialization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Enet4/dicom-rs" [lib] name = "dicom_json" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.dicom-core] version = "0.8.0" [dependencies.dicom-dictionary-std] version = "0.8.0" [dependencies.dicom-object] version = "0.8.0" [dependencies.num-traits] version = "0.2.15" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.96" features = ["preserve_order"] [dependencies.tracing] version = "0.1.34" [dev-dependencies.dicom-test-files] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.3.0"