milrouter 1.0.2

The Millennium Router; Making routing easy :)
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 = "milrouter"
version = "1.0.2"
authors = ["Flora Hill"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Millennium Router; Making routing easy :)"
readme = false
keywords = [
    "router",
    "hyper",
]
license = "MIT"
repository = "https://github.com/tascord/milrouter"

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

[dependencies.anyhow]
version = "1.0.99"
features = ["std"]
default-features = false

[dependencies.async_fn_traits]
version = "0.1.1"

[dependencies.flate2]
version = "1.1.2"

[dependencies.futures]
version = "0.3.30"

[dependencies.log]
version = "0.4.22"

[dependencies.milrouter_macros]
version = "1.0.2"

[dependencies.mime_guess]
version = "2.0.5"

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

[dependencies.serde_json]
version = "1.0.127"

[dependencies.tokio]
version = "1.45.1"
features = ["sync"]

[dependencies.tracing]
version = "0.1.41"
features = [
    "std",
    "log",
    "attributes",
]
default-features = false

[target.'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))'.dependencies.futures-signals]
version = "0.3.34"

[target.'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))'.dependencies.hyper]
version = "1.4.1"

[target.'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))'.dependencies.reqwest]
version = "0.12.23"
features = ["json"]

[target.'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))'.dependencies.wasm-bindgen-futures]
version = "0.4.53"

[target.'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))'.dependencies.web-sys]
version = "0.3.80"
features = ["Window"]

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.bytes]
version = "1.7.1"

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.http-body-util]
version = "0.1.2"

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.hyper]
version = "1.4.1"
features = ["full"]

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.hyper-util]
version = "0.1.7"
features = ["full"]

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.reqwest]
version = "0.12.23"
features = ["json"]

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.walkdir]
version = "2.5.0"