orthanc 0.5.0

Client for Orthanc REST API
Documentation
[[test]]
name = "integration"
path = "tests/test.rs"
[dependencies.bytes]
version = "0.5"

[dependencies.chrono]
version = "0.4"

[dependencies.dicom-object]
version = "0.3"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.httpmock]
version = "0.4"

[dev-dependencies.maplit]
version = "1.0"

[dev-dependencies.regex]
version = "1.3"

[dev-dependencies.zip]
version = "0.5"

[package]
authors = ["Andrii Yurchuk <ay@mntw.re>"]
autotests = false
categories = ["api-bindings"]
description = "Client for Orthanc REST API"
edition = "2018"
homepage = "https://github.com/Ch00k/orthanc-rs"
keywords = ["api", "orthanc", "rest", "client", "dicom"]
license = "Unlicense"
name = "orthanc"
readme = "README.md"
repository = "https://github.com/Ch00k/orthanc-rs"
version = "0.5.0"