# 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" rust-version = "1.72.0" name = "dicom-encoding" version = "0.8.0" authors = ["Eduardo Pinho "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DICOM encoding and decoding primitives" readme = "README.md" keywords = ["dicom"] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/Enet4/dicom-rs" resolver = "2" [lib] name = "dicom_encoding" path = "src/lib.rs" [dependencies.byteordered] version = "0.6" [dependencies.dicom-core] version = "0.8.0" [dependencies.dicom-dictionary-std] version = "0.8.0" [dependencies.encoding] version = "0.2.33" [dependencies.inventory] version = "0.3.2" optional = true [dependencies.snafu] version = "0.8" [features] default = [] inventory-registry = ["inventory"]