# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "orthanc" version = "0.8.0" authors = ["Andrii Yurchuk "] autotests = false description = "Client for Orthanc REST API" homepage = "https://github.com/Ch00k/orthanc-rs" readme = "README.md" keywords = ["api", "orthanc", "rest", "client", "dicom"] categories = ["api-bindings"] license = "Unlicense" repository = "https://github.com/Ch00k/orthanc-rs" [[test]] name = "e2e" path = "tests/test_e2e.rs" [[test]] name = "client" path = "tests/test_client.rs" [dependencies.bytes] version = "0.5" [dependencies.chrono] version = "0.4" [dependencies.reqwest] version = "0.10" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.dicom-object] version = "0.3" [dev-dependencies.httpmock] version = "0.4" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.regex] version = "1.4" [dev-dependencies.zip] version = "0.5"