extension_http 0.0.8

wasm host使用,使用的ureq
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"
name = "extension_http"
version = "0.0.8"
authors = ["workoss <workoss@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wasm host使用,使用的ureq"
readme = "README.md"
categories = ["wasm"]
license = "Apache-2.0"
repository = "https://github.com/workoss/wasm-extension"

[lib]
name = "extension_http"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/http_client.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.11"

[dependencies.ureq]
version = "3.0"
features = [
    "socks-proxy",
    "charset",
]

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "gzip",
    "multipart",
]

[dev-dependencies.tokio]
version = "1.45"
features = ["full"]

[lints.clippy]
dbg_macro = "deny"
single_range_in_vec_init = "allow"
todo = "deny"

[lints.clippy.style]
level = "allow"
priority = -1