wstd-axum 0.6.6

Support for axum as a wasi http server via wstd
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.91.1"
name = "wstd-axum"
version = "0.6.6"
authors = [
    "Yoshua Wuyts <rust@yosh.is>",
    "Pat Hickey <pat@moreproductive.org>",
    "Dan Gohman <dev@sunfishcode.online>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support for axum as a wasi http server via wstd"
readme = false
keywords = [
    "WebAssembly",
    "async",
    "stdlib",
    "Components",
]
categories = [
    "wasm",
    "asynchronous",
]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wstd"
resolver = "2"

[lib]
name = "wstd_axum"
path = "src/lib.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
name = "hello_world_nomacro"
path = "examples/hello_world_nomacro.rs"

[[example]]
name = "weather"
path = "examples/weather.rs"

[dependencies.axum]
version = "0.8.6"
default-features = false

[dependencies.tower-service]
version = "0.3.3"

[dependencies.wstd]
version = "=0.6.6"

[dependencies.wstd-axum-macro]
version = "=0.6.6"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.axum]
version = "0.8.6"
features = [
    "query",
    "json",
    "macros",
]
default-features = false

[dev-dependencies.futures-concurrency]
version = "7.6"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_qs]
version = "0.15"