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