[package]
edition = "2024"
rust-version = "1.88"
name = "micro-h2"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal no_std, allocation-free HTTP/2 client: framing, HPACK, and a bounded number of streams"
readme = "README.md"
keywords = [
"http2",
"hpack",
"no-std",
"embedded",
"sans-io",
]
categories = [
"network-programming",
"no-std",
"web-programming::http-client",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pawelchcki/tailfeather"
[lib]
name = "micro_h2"
path = "src/lib.rs"
[dependencies.heapless]
version = "0.9"