roas-http-fetcher 0.2.0

HTTP/HTTPS fetcher for the roas OpenAPI loader
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"
name = "roas-http-fetcher"
version = "0.2.0"
authors = ["Sergey Vilgelm <sergey@vilgelm.com>"]
build = false
include = [
    "src",
    "Cargo.toml",
    "README.md",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP/HTTPS fetcher for the roas OpenAPI loader"
homepage = "https://github.com/sv-tools/roas"
readme = "README.md"
keywords = [
    "openapi",
    "swagger",
]
categories = [
    "web-programming",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sv-tools/roas"

[features]
default = []
yaml = ["dep:serde_yaml_ng"]

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

[dependencies.reqwest]
version = "0.13.3"
features = [
    "blocking",
    "native-tls",
]
default-features = false

[dependencies.roas]
version = ">=0.13"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.143"

[dependencies.serde_yaml_ng]
version = "0.10.0"
optional = true

[dependencies.thiserror]
version = "2.0.16"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "net",
    "rt",
    "time",
]
default-features = false