# SPDX-FileCopyrightText: 2024 Yarmo Mackenbach # # SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: MIT [package] name = "dax_fetcher_http" version = "0.1.0" description = "HTTP proof fetcher for dax-rs" authors = ["Yarmo Mackenbach "] keywords = ["decentralized", "identity"] homepage = "https://keyoxide.org" documentation = "https://docs.rs/dax_fetcher_http" repository = "https://codeberg.org/keyoxide/dax-rs" license = "MIT OR Apache-2.0" edition = "2021" workspace = ".." readme = "../README.md" [dependencies] dax_core = { path = "../dax_core", version = "0.1.0" } ureq = { workspace = true, features = [ "json" ] } url = { workspace = true }