toni 0.1.1

Fast and modular web framework for scalable applications
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 = "toni"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast and modular web framework for scalable applications"
homepage = "https://github.com/monterxto/toni-rs"
readme = "README.md"
keywords = [
    "http",
    "web",
    "framework",
]
categories = [
    "asynchronous",
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/monterxto/toni-rs"

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

[dependencies.anyhow]
version = "1.0.95"

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

[dependencies.axum]
version = "0.8.1"

[dependencies.rustc-hash]
version = "2.1"

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

[dependencies.serde_json]
version = "1.0.134"

[dependencies.tokio]
version = "1.42.0"
features = ["full"]

[dev-dependencies.reqwest]
version = "0.12.11"
features = ["json"]