# 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 = "2021" rust-version = "1.62" name = "dcspkg_client" version = "0.1.2" authors = ["Joey Harrison "] description = "A client library for the dcspkg API" license = "MIT" repository = "https://github.com/uwcs/dcspkg" [dependencies.anyhow] version = "1.0.64" [dependencies.bytes] version = "1.2.1" [dependencies.dcspkg_common] version = "0.1" [dependencies.flate2] version = "1.0.24" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "json", "rustls", ] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.tar] version = "0.4.38" [dependencies.tempfile] version = "3.3.0"