soyokaze 0.4.0

HTTP/1/2/3 Library Crate
Documentation
[build-system]
requires = ["uv_build>=0.9.5,<0.10.0"]
build-backend = "uv_build"

[project]
name = "soyokaze"
version = "0.4.0"
description = "Python bindings for soyokaze, an HTTP/1, HTTP/2 and HTTP/3 library"
readme = "README.md"
license = "MIT"
requires-python = ">=3.9"

[project.urls]
Repository = "https://github.com/nercone-dev/soyokaze/"

[tool.setuptools.packages.find]
include = ["soyokaze*"]

[tool.pytest.ini_options]
testpaths = ["tests"]

[dependency-groups]
dev = ["pytest"]