httpx/Cargo.toml
2025-06-13 04:09:04 +07:00

16 lines
239 B
TOML

[package]
name = "httpx"
version = "0.28.1"
edition = "2021"
[lib]
name = "httpx"
crate-type = ["cdylib"]
[dependencies]
indexmap = "2.9.0"
pyo3 = { version = "0.24.0", features = [
"extension-module",
"generate-import-lib",
] }