serverust-core 0.1.0

Core do framework serverust: App builder, roteamento, validação, DI, OpenAPI, config.
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"
rust-version = "1.85"
name = "serverust-core"
version = "0.1.0"
authors = ["Jaime Junior <jaime.odair@investtools.com.br>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core do framework serverust: App builder, roteamento, validação, DI, OpenAPI, config."
homepage = "https://github.com/JaimeJunr/serverust"
readme = "README.md"
keywords = [
    "lambda",
    "serverless",
    "aws",
    "framework",
    "api",
]
categories = [
    "web-programming",
    "web-programming::http-server",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/JaimeJunr/serverust"
resolver = "2"

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

[[test]]
name = "config"
path = "tests/config.rs"

[[test]]
name = "di"
path = "tests/di.rs"

[[test]]
name = "middleware"
path = "tests/middleware.rs"

[[test]]
name = "openapi"
path = "tests/openapi.rs"

[[test]]
name = "routes"
path = "tests/routes.rs"

[[test]]
name = "validation"
path = "tests/validation.rs"

[dependencies.axum]
version = "0.8"

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
]

[dependencies.http]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "macros",
]

[dependencies.tower]
version = "0.5"

[dependencies.utoipa]
version = "5"
features = ["macros"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.validator]
version = "0.20"
features = ["derive"]

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.serverust-macros]
version = "0.1.0"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[dev-dependencies.uuid]
version = "1"
features = ["v4"]