# 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-ul" version = "0.8.0" authors = [ "Eduardo Pinho ", "Paul Knopf ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types and methods for interacting with the DICOM Upper Layer Protocol" readme = "README.md" keywords = [ "dicom", "network", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/Enet4/dicom-rs" resolver = "2" [lib] name = "dicom_ul" path = "src/lib.rs" [[test]] name = "association_echo" path = "tests/association_echo.rs" [[test]] name = "association_promiscuous" path = "tests/association_promiscuous.rs" [[test]] name = "association_store" path = "tests/association_store.rs" [[test]] name = "association_store_uncompressed" path = "tests/association_store_uncompressed.rs" [[test]] name = "pdu" path = "tests/pdu.rs" [dependencies.byteordered] version = "0.6" [dependencies.bytes] version = "^1.6" [dependencies.dicom-encoding] version = "0.8.0" [dependencies.dicom-transfer-syntax-registry] version = "0.8.0" default-features = false [dependencies.snafu] version = "0.8" [dependencies.tokio] version = "^1.38" features = [ "rt", "rt-multi-thread", "net", "io-util", "time", ] optional = true [dependencies.tracing] version = "0.1.34" [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.tokio] version = "^1.38" features = [ "io-util", "macros", "net", "rt", "rt-multi-thread", ] [features] async = ["dep:tokio"] default = []