tauri-plugin-httpd 0.1.0

A Tauri plugin that provides multi-instance HTTP server support.
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 = "2021"
rust-version = "1.77.2"
name = "tauri-plugin-httpd"
version = "0.1.0"
authors = ["alwynkalleii"]
build = "build.rs"
links = "tauri-plugin-httpd"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tauri plugin that provides multi-instance HTTP server support."
readme = "README.md"
license = "MIT"

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

[dependencies.axum]
version = "0.8.9"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tauri]
version = "2.11.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.52.1"

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tower-http]
version = "0.6.8"
features = ["fs"]

[build-dependencies.tauri-plugin]
version = "2.6.0"
features = ["build"]