[package] name = "ad_blob_test" description = "An API wrapper around various cloud blob storage services" version = "0.1.0" authors = ["denen99"] edition = "2018" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hmac-sha256 = "0.1.2" chrono-wasi = "0.4.10" hex = "0.4.2" urlencoding = "^1.0" anyhow = "^1.0.30" reqwest = {version = "^0.10.4", features = ["blocking"]}