index-http 1.0.0

Fetch abstraction for Index.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "index-http"
version = "1.0.0"
authors = ["Index contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fetch abstraction for Index."
documentation = "https://docs.rs/index-http"
readme = "README.md"
license = "Unlicense"

[lib]
name = "index_http"
path = "src/lib.rs"

[[test]]
name = "transport_and_fallback"
path = "tests/transport_and_fallback.rs"

[dependencies.index-core]
version = "1.0.0"

[dependencies.index-security]
version = "1.0.0"

[dependencies.ureq]
version = "3.3.0"

[lints.clippy]
all = "warn"
expect_used = "warn"
panic = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"