[package]
name = "dsq-io-https"
version = "0.2.0"
edition = "2021"
authors = ["Durable Programming LLC"]
description = "HTTP(S) I/O plugin for dsq"
license = "MIT OR Apache-2.0"
repository = "https://github.com/durableprogramming/dsq"
readme = "README.md"
keywords = ["io", "http", "https"]
categories = ["network-programming"]
[lints]
workspace = true
[dependencies]
thiserror = { workspace = true }
anyhow = { workspace = true }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
[features]
default = []