micro-h2 0.0.1

A minimal no_std, allocation-free HTTP/2 client: framing, HPACK, and a bounded number of streams
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"
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"