[package]
name = "index-http"
version = "1.0.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
description = "Fetch abstraction for Index."
readme = "../../README.md"
documentation = "https://docs.rs/index-http"
[dependencies]
index-core = { path = "../index-core", version = "1.0.0" }
index-security = { path = "../index-security", version = "1.0.0" }
ureq = "3.3.0"
[lints]
workspace = true