desirable 1.0.1

A minimal Rust web application framework
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 = "desirable"
version = "1.0.1"
authors = ["siwilizhao <siwilizhao@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "src/**/*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal Rust web application framework"
documentation = "https://docs.rs/desirable"
readme = "README.md"
keywords = [
    "desirable",
    "http",
    "web",
    "framework",
    "async",
]
categories = [
    "network-programming",
    "asynchronous",
    "web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/desirable-rs/desirable"

[features]
default = []

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

[dependencies.anyhow]
version = "^1.0.100"

[dependencies.async-trait]
version = "^0.1.89"

[dependencies.base64]
version = "^0.22.0"

[dependencies.bytes]
version = "^1.11.0"

[dependencies.chrono]
version = "^0.4.43"
features = ["serde"]

[dependencies.cookie]
version = "^0.18.0"

[dependencies.hmac]
version = "^0.12.1"

[dependencies.http-body]
version = "^1.0.1"

[dependencies.http-body-util]
version = "^0.1.3"

[dependencies.hyper]
version = "^1.8.1"
features = ["full"]

[dependencies.hyper-util]
version = "^0.1.19"
features = ["full"]

[dependencies.mime]
version = "^0.3.17"

[dependencies.rand]
version = "^0.8.5"

[dependencies.route-recognizer]
version = "^0.3.1"

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

[dependencies.serde_json]
version = "^1.0.149"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.sha2]
version = "^0.10.8"

[dependencies.thiserror]
version = "^2.0.18"

[dependencies.time]
version = "^0.3.36"

[dependencies.tokio]
version = "^1.49.0"
features = ["full"]

[dependencies.tracing]
version = "^0.1.44"

[dev-dependencies.criterion]
version = "0.8.1"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true