# 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-transfer-syntax-registry" version = "0.8.0" authors = ["Eduardo Pinho "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A registry of DICOM transfer syntaxes" readme = "README.md" keywords = ["dicom"] license = "MIT OR Apache-2.0" repository = "https://github.com/Enet4/dicom-rs" resolver = "2" [package.metadata.docs.rs] features = ["native"] [lib] name = "dicom_transfer_syntax_registry" path = "src/lib.rs" [[test]] name = "base" path = "tests/base.rs" [[test]] name = "jpeg" path = "tests/jpeg.rs" [[test]] name = "jpegls" path = "tests/jpegls.rs" [[test]] name = "jpegxl" path = "tests/jpegxl.rs" [[test]] name = "rle" path = "tests/rle.rs" [[test]] name = "submit_dataset" path = "tests/submit_dataset.rs" [[test]] name = "submit_pixel" path = "tests/submit_pixel.rs" [[test]] name = "submit_pixel_stub" path = "tests/submit_pixel_stub.rs" [[test]] name = "submit_replace" path = "tests/submit_replace.rs" [[test]] name = "submit_replace_precondition" path = "tests/submit_replace_precondition.rs" [dependencies.byteordered] version = "0.6" [dependencies.charls] version = "0.3" features = ["static"] optional = true [dependencies.dicom-core] version = "0.8.0" [dependencies.dicom-encoding] version = "0.8.0" [dependencies.jpeg-decoder] version = "0.3.0" optional = true [dependencies.jpeg-encoder] version = "0.6" optional = true [dependencies.jpeg2k] version = "0.9.1" optional = true default-features = false [dependencies.jxl-oxide] version = "0.9.1" optional = true [dependencies.lazy_static] version = "1.2.0" [dependencies.tracing] version = "0.1.34" [dependencies.zune-core] version = "0.4.12" optional = true default-features = false [dependencies.zune-jpegxl] version = "0.4.0" features = ["std"] optional = true default-features = false [dev-dependencies.dicom-test-files] version = "0.3" [features] charls = ["dep:charls"] default = [ "rayon", "simd", ] inventory-registry = ["dicom-encoding/inventory-registry"] jpeg = [ "jpeg-decoder", "jpeg-encoder", ] jpegxl = [ "dep:jxl-oxide", "dep:zune-jpegxl", "dep:zune-core", ] native = [ "jpeg", "rle", ] native_windows = [ "jpeg", "rle", ] openjp2 = [ "dep:jpeg2k", "jpeg2k/openjp2", ] openjpeg-sys = [ "dep:jpeg2k", "jpeg2k/openjpeg-sys", ] openjpeg-sys-threads = [ "rayon", "jpeg2k?/threads", ] rayon = [ "jpeg-decoder?/rayon", "jxl-oxide?/rayon", ] rle = [] simd = ["jpeg-encoder?/simd"] zune-jpegxl-threads = ["zune-jpegxl?/threads"]