# 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-core" version = "0.8.0" authors = ["Eduardo Pinho "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Efficient and practical core library for DICOM compliant systems" readme = "README.md" keywords = ["dicom"] license = "MIT OR Apache-2.0" repository = "https://github.com/Enet4/dicom-rs" resolver = "2" [lib] name = "dicom_core" path = "src/lib.rs" [[test]] name = "dicom_value" path = "tests/dicom_value.rs" [[test]] name = "using_prelude" path = "tests/using_prelude.rs" [dependencies.chrono] version = "0.4.31" features = [ "std", "clock", ] default-features = false [dependencies.itertools] version = "0.13" [dependencies.num-traits] version = "0.2.12" [dependencies.safe-transmute] version = "0.11.0" [dependencies.smallvec] version = "1.6.1" [dependencies.snafu] version = "0.8"