[package] namespace = "mcpplibs" name = "tinyhttps" version = "0.2.3" description = "Minimal C++23 HTTP/HTTPS client with SSE streaming support" license = "Apache-2.0" repo = "https://github.com/mcpplibs/tinyhttps" [targets.tinyhttps] kind = "lib" [dependencies.compat] mbedtls = "3.6.1" [dev-dependencies.compat] gtest = "1.15.2"