reqmd_http 0.2.1

http library interface for reqmd
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 = "reqmd_http"
version = "0.2.1"
authors = ["Ben Falk <benjamin.falk@yahoo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "http library interface for reqmd"
readme = "README.md"
keywords = [
    "markdown",
    "http",
]
license = "MIT"
repository = "https://github.com/benfalk/req_md"

[features]
default = []
mock = ["mockall"]
reqwest = ["dep:reqwest"]
serde = [
    "serde/derive",
    "url/serde",
]

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

[[example]]
name = "http-example"
path = "examples/http-example.rs"

[dependencies.mockall]
version = "0.14.0"
optional = true

[dependencies.readonly]
version = "0.2.0"

[dependencies.reqwest]
version = "0.13"
features = ["blocking"]
optional = true

[dependencies.serde]
version = "1.0.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0.0"

[dependencies.url]
version = "2.5.0"

[dev-dependencies.mockall]
version = "0.14.0"

[dev-dependencies.reqwest]
version = "0.13"
features = ["blocking"]

[dev-dependencies.rstest]
version = "0.26.0"

[dev-dependencies.serde_json]
version = "1.0.0"

[dev-dependencies.tokio]
version = "1.47.0"
features = ["full"]