fastrust 0.2.0

A lightweight API framework built on top of Axum, inspired by FastAPI
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 = "fastrust"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight API framework built on top of Axum, inspired by FastAPI"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "axum",
    "api",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/NovaH00/fastrust"

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

[dependencies.axum]
version = "0.8.8"
features = ["macros"]

[dependencies.log]
version = "0.4.29"

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

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

[dependencies.tower]
version = "0.5.3"

[dependencies.tower-http]
version = "0.6.8"
features = [
    "trace",
    "normalize-path",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "tracing-log",
]